Skip to content

Commit

Permalink
wip: run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Mar 4, 2023
1 parent b5824c4 commit 50de018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AsyncObjectsTests/TaskOperationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TaskOperationTests: XCTestCase {
}

func testAsyncWaitError() async throws {
let operation = TaskOperation { throw CancellationError() }
let operation = TaskOperation { throw CancellationError() }
operation.signal()
do {
try await operation.wait(forSeconds: 3)
Expand Down

0 comments on commit 50de018

Please sign in to comment.