Skip to content

Commit 4c476fd

Browse files
committed
swift-format
1 parent cb2875a commit 4c476fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AWSLambdaRuntimeTests/LambdaRunLoopTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct LambdaRunLoopTests {
5050
}
5151
}
5252

53-
@Test
53+
@Test
5454
@available(LambdaSwift 2.0, *)
5555
func testRunLoop() async throws {
5656
let mockClient = MockLambdaClient()
@@ -79,7 +79,7 @@ struct LambdaRunLoopTests {
7979
}
8080
}
8181

82-
@Test
82+
@Test
8383
@available(LambdaSwift 2.0, *)
8484
func testRunLoopError() async throws {
8585
let mockClient = MockLambdaClient()

0 commit comments

Comments
 (0)