Fix codestyle

This commit is contained in:
Arkadiusz Fal
2021-06-19 22:17:48 +02:00
parent bb19fca073
commit cbcf58d5c7
6 changed files with 14 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import SwiftUI
struct TrendingCountrySelectionView: View {
@Environment(\.presentationMode) private var presentationMode
@ObservedObject var provider: TrendingCountriesProvider
@ObservedObject private var provider = TrendingCountriesProvider()
@State private var query: String = ""
@Binding var selectedCountry: Country