Skip to content

Commit 492126c

Browse files
mbrandonwactions-user
authored andcommitted
Run swift-format
1 parent 0798889 commit 492126c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/ComposableArchitectureTests/ComposableArchitectureTests.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ final class ComposableArchitectureTests: XCTestCase {
6363
}
6464

6565
func testSimultaneousWorkOrdering() {
66-
let testScheduler = TestScheduler<DispatchQueue.SchedulerTimeType, DispatchQueue.SchedulerOptions>(
66+
let testScheduler = TestScheduler<
67+
DispatchQueue.SchedulerTimeType, DispatchQueue.SchedulerOptions
68+
>(
6769
now: .init(.init(uptimeNanoseconds: 1))
6870
)
6971

0 commit comments

Comments
 (0)