Skip to content

Commit f277a73

Browse files
mbrandonwactions-user
authored andcommitted
Run swift-format
1 parent 5bf1dea commit f277a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/LocationManager/LocationManager/LocationManagerView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)