Skip to content

Commit 8ffc4df

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent a5b96e3 commit 8ffc4df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@ public final class TestStore<State: Equatable, Action> {
733733
try? expectedStateShouldMatch(
734734
preamble: "Test store finished before asserting against changes to shared state",
735735
postamble: """
736-
Invoke "TestStore.assert" at the end of this test to assert against changes to shared \
737-
state.
738-
""",
736+
Invoke "TestStore.assert" at the end of this test to assert against changes to shared \
737+
state.
738+
""",
739739
expected: state,
740740
actual: state,
741741
updateStateToExpectedResult: nil,

0 commit comments

Comments
 (0)