Skip to content

Commit 46e5337

Browse files
committed
swift format
1 parent 33202cd commit 46e5337

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Examples/AWSSDK/Sources/main.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414

1515
import AWSLambdaEvents
1616
import AWSLambdaRuntime
17-
1817
@preconcurrency import AWSS3
18+
1919
let client = try await S3Client()
2020

21-
let runtime = LambdaRuntime.init { (event: APIGatewayV2Request, context: LambdaContext) async throws -> APIGatewayV2Response in
21+
let runtime = LambdaRuntime.init {
22+
(event: APIGatewayV2Request, context: LambdaContext) async throws -> APIGatewayV2Response in
2223

2324
var response: APIGatewayV2Response
2425
do {

0 commit comments

Comments
 (0)