Skip to content

Commit 79fcb85

Browse files
jakerosemangithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 705a6cc commit 79fcb85

File tree

1 file changed

+2
-2
lines changed
  • compose/snippets/src/main/java/com/example/compose/snippets/components

1 file changed

+2
-2
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/components/SearchBar.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ fun CustomizableSearchBarExample() {
282282
LazyColumn(
283283
contentPadding = PaddingValues(
284284
start = 16.dp,
285-
top = 72.dp, // Provides space for the search bar
285+
top = 72.dp, // Provides space for the search bar
286286
end = 16.dp,
287287
bottom = 16.dp
288288
),
@@ -296,4 +296,4 @@ fun CustomizableSearchBarExample() {
296296
}
297297
}
298298
}
299-
}
299+
}

0 commit comments

Comments
 (0)