Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and github-actions[bot] committed Dec 3, 2024
1 parent cc49db3 commit d602618
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ private struct SummaryStep: View {
#Preview("Personal info") {
NavigationStack {
PersonalInfoStep(
store: Store(initialState: PersonalInfoFeature.State(signUpData: Shared(value: SignUpData()))) {
store: Store(initialState: PersonalInfoFeature.State(signUpData: Shared(value: SignUpData())))
{
PersonalInfoFeature()
}
)
Expand Down

0 comments on commit d602618

Please sign in to comment.