Codestyle fixes

This commit is contained in:
Arkadiusz Fal
2023-05-07 21:45:18 +02:00
parent 3779b7ed1f
commit f45001da78
11 changed files with 14 additions and 14 deletions

View File

@@ -167,7 +167,7 @@ struct SearchView: View {
}
}
#else
.ignoresSafeArea(.keyboard, edges: .bottom)
.ignoresSafeArea(.keyboard, edges: .bottom)
.navigationTitle("Search")
#endif
#if os(iOS)
@@ -260,7 +260,7 @@ struct SearchView: View {
#if os(iOS)
accounts.app.supportsSearchFilters || favorites.isEnabled ? .bottomBar : .automatic
#else
.automatic
.automatic
#endif
}