Skip to content

Commit 041c72c

Browse files
mbrandonwmluisbrown
authored andcommitted
Run swift-format
(cherry picked from commit 06d4d6e664d6bd19fe82418e44d5dabf2d191420)
1 parent 31c7270 commit 041c72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CaseStudies/SwiftUICaseStudies/04-HigherOrderReducers-Recursion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ extension NestedState {
120120
id: UUID(),
121121
name: "Bar",
122122
rows: [
123-
NestedState(id: UUID(), name: "", rows: []),
123+
NestedState(id: UUID(), name: "", rows: [])
124124
]
125125
),
126126
NestedState(

0 commit comments

Comments
 (0)