Skip to content

Commit caa05b0

Browse files
Apply suggestions from code review by adding a missing comma
Co-authored-by: Kevin Boulongne <[email protected]>
1 parent 1491304 commit caa05b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/utils/HtmlUtils.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object HtmlUtils {
3131
fun <T> Document.processCids(
3232
attachments: List<Attachment>,
3333
associateDataToCid: (Attachment) -> T?,
34-
onCidImageFound: (T, Element) -> Unit
34+
onCidImageFound: (T, Element) -> Unit,
3535
) {
3636
val attachmentsMap = attachments.associate {
3737
it.contentId to associateDataToCid(it)

0 commit comments

Comments
 (0)