Spotless broke again so can't run

This commit is contained in:
Roshan Varughese 2024-09-21 07:02:49 +12:00 committed by AntsyLich
parent 0335bafccb
commit 916544c243
No known key found for this signature in database

View File

@ -114,7 +114,7 @@ private fun DateHeading(
) {
Row(
verticalAlignment = Alignment.CenterVertically,
modifier = Modifier.fillMaxWidth()
modifier = Modifier.fillMaxWidth(),
) {
Text(
text = relativeDateText(date),