File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Examples/LocationManager/LocationManager Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ struct LocationManagerView: View {
222222 . padding ( [ . all] , 16 )
223223 . background (
224224 category == viewStore. pointOfInterestCategory ? Color . blue : Color . secondary
225- )
225+ )
226226 . foregroundColor ( . white)
227227 . cornerRadius ( 8 )
228228 }
@@ -330,8 +330,8 @@ struct ContentView_Previews: PreviewProvider {
330330 locationServicesEnabled: { true } ,
331331 requestLocation: { _ in
332332 . fireAndForget { locationManagerSubject. send ( . didUpdateLocations( [ mockLocation] ) ) }
333- } ,
334- requestWhenInUseAuthorization: { _ in . fireAndForget { } }
333+ } ,
334+ requestWhenInUseAuthorization: { _ in . fireAndForget { } }
335335 )
336336
337337 let appView = LocationManagerView (
You can’t perform that action at this time.
0 commit comments