Skip to content

Commit 06d4d6e

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 99e493b commit 06d4d6e

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
@@ -119,7 +119,7 @@ extension NestedState {
119119
id: UUID(),
120120
name: "Bar",
121121
rows: [
122-
NestedState(id: UUID(), name: "", rows: []),
122+
NestedState(id: UUID(), name: "", rows: [])
123123
]
124124
),
125125
NestedState(

0 commit comments

Comments
 (0)