Skip to content

Commit 50de018

Browse files
committed
wip: run swift-format
1 parent b5824c4 commit 50de018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncObjectsTests/TaskOperationTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class TaskOperationTests: XCTestCase {
7575
}
7676

7777
func testAsyncWaitError() async throws {
78-
let operation = TaskOperation { throw CancellationError() }
78+
let operation = TaskOperation { throw CancellationError() }
7979
operation.signal()
8080
do {
8181
try await operation.wait(forSeconds: 3)

0 commit comments

Comments
 (0)