Skip to content

Commit 2dafe44

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 8d54102 commit 2dafe44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,9 @@ public final class TestStore<State, Action, ScopedState, ScopedAction, Environme
992992
/// ```swift
993993
/// let testStore: TestStoreOf<Feature>
994994
/// ```
995-
public typealias TestStoreOf<R: ReducerProtocol> = TestStore<R.State, R.Action, R.State, R.Action, Void>
995+
public typealias TestStoreOf<R: ReducerProtocol> = TestStore<
996+
R.State, R.Action, R.State, R.Action, Void
997+
>
996998

997999
extension TestStore where ScopedState: Equatable {
9981000
/// Sends an action to the store and asserts when state changes.

0 commit comments

Comments
 (0)