Skip to content

Commit 5fd7369

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent f00277a commit 5fd7369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/ComposableArchitectureTests/TestStoreTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ class TestStoreTests: XCTestCase {
6666
}
6767

6868
enum Action: Equatable {
69-
case increment, changed(from: Int, to: Int)
69+
case increment
70+
case changed(from: Int, to: Int)
7071
}
7172

7273
let reducer = Reducer<State, Action, Void> { state, action, scheduler in

0 commit comments

Comments
 (0)