Skip to content

Commit 0adbc62

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 1fe9fb7 commit 0adbc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/EffectTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ final class EffectTests: XCTestCase {
289289
return 42
290290
}
291291

292-
Effect<Int, Never >.task { await work() }
292+
Effect<Int, Never>.task { await work() }
293293
.sink(
294294
receiveCompletion: { _ in XCTFail() },
295295
receiveValue: { _ in XCTFail() }

0 commit comments

Comments
 (0)