Skip to content

Commit 8af720a

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 63f2e77 commit 8af720a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CaseStudies/SwiftUICaseStudies/01-GettingStarted-Bindings-Forms.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
Slider(value: viewStore.binding(\.$sliderValue), in: 0...Double(viewStore.stepCount))
8080
}
8181
.disabled(viewStore.toggleIsOn)
82-
82+
8383
Button("Reset") {
8484
viewStore.send(.resetButtonTapped)
8585
}

0 commit comments

Comments
 (0)