Skip to content

Commit 2a4b853

Browse files
mbrandonwactions-user
authored andcommitted
Run swift-format
1 parent e828aeb commit 2a4b853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/ComposableArchitectureTests/EffectCancellationTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ final class EffectCancellationTests: XCTestCase {
302302

303303
XCTAssertEqual(output, [1, 2])
304304
}
305-
305+
306306
func testMultipleCancellations() {
307307
let scheduler = DispatchQueue.test
308308
var values: [Int] = []
@@ -326,8 +326,8 @@ final class EffectCancellationTests: XCTestCase {
326326
.cancel(ids: CancellationId(id: 1), CancellationId(id: 2)),
327327
.cancel(ids: [CancellationId(id: 4), CancellationId(id: 5)][...])
328328
)
329-
.sink { _ in }
330-
.store(in: &self.cancellables)
329+
.sink { _ in }
330+
.store(in: &self.cancellables)
331331

332332
scheduler.advance(by: 1)
333333
XCTAssertEqual(values, [3])

0 commit comments

Comments
 (0)