Fix spotless.

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

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

Loading…
Cancel
Save