Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Dec 6, 2023
1 parent 12971a5 commit b1121c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class LazyListTest {
}
LazyColumn(
state = lazyListState,
placeholder = { Text("Placeholder") }
placeholder = { Text("Placeholder") },
) {
items(100) {
if (it == 5) index5ComposeCount++
Expand Down

0 comments on commit b1121c8

Please sign in to comment.