From 296e28f390545e59092e8c50daf14b01beb42525 Mon Sep 17 00:00:00 2001 From: kitasuke Date: Sun, 13 Mar 2016 14:07:41 -0700 Subject: [PATCH] Delete semicolons --- RxExample/RxExample/Services/GeolocationService.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()