mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Run swift-format
This commit is contained in:
committed by
GitHub Actions
parent
5bf1dea5ab
commit
f277a7316f
@@ -222,7 +222,7 @@ struct LocationManagerView: View {
|
||||
.padding([.all], 16)
|
||||
.background(
|
||||
category == viewStore.pointOfInterestCategory ? Color.blue : Color.secondary
|
||||
)
|
||||
)
|
||||
.foregroundColor(.white)
|
||||
.cornerRadius(8)
|
||||
}
|
||||
@@ -330,8 +330,8 @@ struct ContentView_Previews: PreviewProvider {
|
||||
locationServicesEnabled: { true },
|
||||
requestLocation: { _ in
|
||||
.fireAndForget { locationManagerSubject.send(.didUpdateLocations([mockLocation])) }
|
||||
},
|
||||
requestWhenInUseAuthorization: { _ in .fireAndForget { } }
|
||||
},
|
||||
requestWhenInUseAuthorization: { _ in .fireAndForget {} }
|
||||
)
|
||||
|
||||
let appView = LocationManagerView(
|
||||
|
||||
Reference in New Issue
Block a user