Skip to content

Commit 86438fa

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 4a4d9cd commit 86438fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ComposableArchitectureTests/DependencyKeyWritingReducerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class DependencyKeyWritingReducerTests: XCTestCase {
6060
Feature()
6161
.dependency(\.myValue, 42)
6262
}
63-
.dependency(\.myValue, 1729)
63+
.dependency(\.myValue, 1729)
6464

6565
let store = TestStore(
6666
initialState: Feature.State(),
@@ -77,7 +77,7 @@ final class DependencyKeyWritingReducerTests: XCTestCase {
7777
Feature()
7878
.transformDependency(\.myValue) { $0 = 42 }
7979
}
80-
.transformDependency(\.myValue) { $0 = 1729 }
80+
.transformDependency(\.myValue) { $0 = 1729 }
8181

8282
let store = TestStore(
8383
initialState: Feature.State(),

0 commit comments

Comments
 (0)