mirror of
https://github.com/yattee/yattee.git
synced 2026-01-01 09:22:31 +00:00
Fix codestyle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user