Skip to content

Commit 45aa0ea

Browse files
committed
swift-format
1 parent ada1fc9 commit 45aa0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaStreaming+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public struct StreamingLambdaCodableAdapter<
8585
// try to decode the event as a FunctionURLRequest and extract its body
8686
let urlRequestBody = bodyFromFunctionURLRequest(event)
8787

88-
// decode the body or the event as user-provided JSON
88+
// decode the body or the event as user-provided JSON
8989
let decodedEvent = try self.decoder.decode(Handler.Event.self, from: urlRequestBody ?? event)
9090

9191
// and pass it to the handler

0 commit comments

Comments
 (0)