Skip to content

Commit b341bb4

Browse files
author
Sebastien Stormacq
committed
swift-format
1 parent 0566ef5 commit b341bb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/AWSLambdaRuntimeTests/PoolTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ struct PoolTests {
5555
// This should complete without receiving any values
5656
do {
5757
try await task.value
58-
} catch is CancellationError {} // this might happen depending on the order on which the cancellation is handled
58+
} catch is CancellationError {
59+
// this might happen depending on the order on which the cancellation is handled
60+
}
5961
}
6062

6163
@Test

0 commit comments

Comments
 (0)