Skip to content

Commit c07555a

Browse files
author
Sebastien Stormacq
committed
swift-format
1 parent 18e09c6 commit c07555a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/AWSLambdaRuntimeTests/PoolTests.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ struct PoolTests {
162162
#expect(Set(receivedValues).count == producerCount * messagesPerProducer)
163163
}
164164

165-
// in Swift 6.0, the error returned by #expect(throwing:) macro is a tuple ()
166-
// I decided to skip these tests on Swift 6.0
167-
#if swift(>=6.1)
165+
// in Swift 6.0, the error returned by #expect(throwing:) macro is a tuple ()
166+
// I decided to skip these tests on Swift 6.0
167+
#if swift(>=6.1)
168168

169169
@Test
170170
@available(LambdaSwift 2.0, *)
@@ -515,7 +515,7 @@ struct PoolTests {
515515
let third = try await pool.next(for: "req1")
516516
#expect(String(buffer: third.body!) == "third")
517517
}
518-
#endif //swift >= 6.1
518+
#endif //swift >= 6.1
519519

520520
}
521-
#endif // trait
521+
#endif // trait

0 commit comments

Comments
 (0)