Skip to content

Commit 3361124

Browse files
stephencelisp4checo
authored andcommitted
Run swift-format
(cherry picked from commit 23c2dde4e0d43c85770af1ecd8a08cbd8f20f42c)
1 parent 701b8f0 commit 3361124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/DebugTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
let store = TestStore(initialState: 0, reducer: DebuggedReducer()._printChanges())
221221
await store.send(true) { $0 = 1 }
222222
}
223-
223+
224224
@MainActor
225225
func testDebugReducerInPreview() async {
226226
struct DebuggedReducer: ReducerProtocol {

0 commit comments

Comments
 (0)