diff --git a/RxExample/RxExample/Services/GeolocationService.swift b/RxExample/RxExample/Services/GeolocationService.swift index 083400ba..d94ea8e3 100644 --- a/RxExample/RxExample/Services/GeolocationService.swift +++ b/RxExample/RxExample/Services/GeolocationService.swift @@ -23,8 +23,8 @@ class GeolocationService { private init() { - locationManager.distanceFilter = kCLDistanceFilterNone; - locationManager.desiredAccuracy = kCLLocationAccuracyBestForNavigation; + locationManager.distanceFilter = kCLDistanceFilterNone + locationManager.desiredAccuracy = kCLLocationAccuracyBestForNavigation autorized = Observable.deferred { [weak locationManager] in let status = CLLocationManager.authorizationStatus()