Skip to content

Commit 9b33232

Browse files
committed
Fix spotless.
Change-Id: I741418a1e44fd9e3488513bdb33995490738679d
1 parent 84dbcb6 commit 9b33232

File tree

1 file changed

+3
-4
lines changed
  • app/src/main/kotlin/com/google/samples/apps/nowinandroid/ui

1 file changed

+3
-4
lines changed

app/src/main/kotlin/com/google/samples/apps/nowinandroid/ui/NiaApp.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,9 @@ internal fun NiaApp(
168168
)
169169
},
170170
label = { Text(stringResource(destination.iconTextId)) },
171-
modifier =
172-
Modifier
173-
.testTag("NiaNavItem")
174-
.then(if (hasUnread) Modifier.notificationDot() else Modifier),
171+
modifier = Modifier
172+
.testTag("NiaNavItem")
173+
.then(if (hasUnread) Modifier.notificationDot() else Modifier),
175174
)
176175
}
177176
},

0 commit comments

Comments
 (0)