Fix spotless.

Change-Id: I09037aac3333965db35913eaa48fb1f3e97c0edd
pull/1485/head
Jaehwa Noh 1 year ago
parent 1eef3d07f3
commit 1eca0a0685

@ -236,8 +236,8 @@ fun NotificationDot(
) )
} }
@Composable @Composable
fun dateFormatted(publishDate: Instant): String = DateFormat fun dateFormatted(publishDate: Instant): String = DateFormat
.getDateInstance(DateFormat.MEDIUM, Locale.getDefault()) .getDateInstance(DateFormat.MEDIUM, Locale.getDefault())
.format(publishDate.toEpochMilliseconds()) .format(publishDate.toEpochMilliseconds())

Loading…
Cancel
Save