Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed May 17, 2024
1 parent 40caafa commit c2ef5ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fun SearchScreenContent(
modifier = modifier,
) { padding ->
Column(
modifier = Modifier.padding(padding)
modifier = Modifier.padding(padding),
) {
SearchBar(
modifier = Modifier
Expand Down

0 comments on commit c2ef5ef

Please sign in to comment.