Skip to content

Commit b070b76

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent b4a3d04 commit b070b76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ extension TestStore where State: Equatable {
19691969
file: StaticString = #file,
19701970
line: UInt = #line
19711971
) async -> TestStoreTask {
1972-
await self.send(action(), assert: updateStateToExpectedResult, file: file, line: line)
1972+
await self.send(action(), assert: updateStateToExpectedResult, file: file, line: line)
19731973
}
19741974

19751975
/// Sends an action to the store and asserts when state changes.
@@ -2008,7 +2008,7 @@ extension TestStore where State: Equatable {
20082008
file: StaticString = #file,
20092009
line: UInt = #line
20102010
) async -> TestStoreTask {
2011-
await self.send(action(value), assert: updateStateToExpectedResult, file: file, line: line)
2011+
await self.send(action(value), assert: updateStateToExpectedResult, file: file, line: line)
20122012
}
20132013
}
20142014

Tests/ComposableArchitectureTests/TestStoreTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
await store.send(.tap)
561561
await store.receive(\.delegate.success, 43)
562562
}
563-
563+
564564
func testSendCaseKeyPath() async {
565565
let store = TestStore<Int, Action>(initialState: 0) {
566566
Reduce { state, action in
@@ -625,4 +625,4 @@
625625
case delete(IndexSet)
626626
}
627627
}
628-
#endif
628+
#endif

0 commit comments

Comments
 (0)