Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and actions-user committed May 14, 2020
1 parent 0798889 commit 492126c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ final class ComposableArchitectureTests: XCTestCase {
}

func testSimultaneousWorkOrdering() {
let testScheduler = TestScheduler<DispatchQueue.SchedulerTimeType, DispatchQueue.SchedulerOptions>(
let testScheduler = TestScheduler<
DispatchQueue.SchedulerTimeType, DispatchQueue.SchedulerOptions
>(
now: .init(.init(uptimeNanoseconds: 1))
)

Expand Down

0 comments on commit 492126c

Please sign in to comment.