Skip to content

Commit d602618

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent cc49db3 commit d602618

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/CaseStudies/SwiftUICaseStudies/02-SharedState-Onboarding.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ private struct SummaryStep: View {
451451
#Preview("Personal info") {
452452
NavigationStack {
453453
PersonalInfoStep(
454-
store: Store(initialState: PersonalInfoFeature.State(signUpData: Shared(value: SignUpData()))) {
454+
store: Store(initialState: PersonalInfoFeature.State(signUpData: Shared(value: SignUpData())))
455+
{
455456
PersonalInfoFeature()
456457
}
457458
)

0 commit comments

Comments
 (0)