Skip to content

Commit c7ff0f6

Browse files
author
Sebastien Stormacq
committed
swift-format
1 parent c3c3ef0 commit c7ff0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/HelloWorld/Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import AWSLambdaRuntime
1818

1919
let runtime = LambdaRuntime {
2020
(event: String, context: LambdaContext) in
21-
return "Hello \(event)"
21+
"Hello \(event)"
2222
}
2323

2424
try await runtime.run()

0 commit comments

Comments
 (0)