Skip to content

Commit ee043fe

Browse files
mbrandonwp4checo
authored andcommitted
Run swift-format
(cherry picked from commit d43ac98e4c01343fbe95fe26195c6941ce395425)
1 parent bdd0461 commit ee043fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CaseStudies/SwiftUICaseStudies/02-Effects-Cancellation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct EffectsCancellation: ReducerProtocol {
7171
struct EffectsCancellationView: View {
7272
let store: StoreOf<EffectsCancellation>
7373
@Environment(\.openURL) var openURL
74-
74+
7575
var body: some View {
7676
WithViewStore(self.store, observe: { $0 }) { viewStore in
7777
Form {

0 commit comments

Comments
 (0)