Skip to content

Commit 040cfa0

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent a2319ff commit 040cfa0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Tests/ComposableArchitectureTests/StoreTests.swift

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,11 @@ final class StoreTests: XCTestCase {
500500
XCTAssertEqual(handledActions, [])
501501

502502
parentStore.send(.button)
503-
XCTAssertEqual(handledActions, [
504-
.button,
505-
.child(2)
506-
])
503+
XCTAssertEqual(
504+
handledActions,
505+
[
506+
.button,
507+
.child(2),
508+
])
507509
}
508510
}

0 commit comments

Comments
 (0)