Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Sep 30, 2024
1 parent abc5284 commit d80a6c4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ class LocationBarSearchSnapshotTest {
"Location Item title",
"Location Item address",
0.0,
0.0
0.0,
),
LocationItemModel.SearchResult(
"Location Item title 2",
"Location Item address 2",
0.0,
0.0
)
0.0,
),
),
mode = SearchBarMode.SEARCH,
onBackClicked = {},
Expand Down

0 comments on commit d80a6c4

Please sign in to comment.