Skip to content

Commit bbf5f07

Browse files
committed
swift format
1 parent c658ddb commit bbf5f07

File tree

1 file changed

+1
-1
lines changed
  • Examples/quoteapi/Sources/LambdaAuthorizer

1 file changed

+1
-1
lines changed

Examples/quoteapi/Sources/LambdaAuthorizer/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ let simpleAuthorizerHandler:
7272
let runtime = LambdaRuntime(body: simpleAuthorizerHandler)
7373
try await runtime.run()
7474

75-
// Another, more complex, example
75+
// Another, more complex, example
7676
//
7777
// This is an example of a policy authorizer that always authorizes the request.
7878
// The policy authorizer returns an IAM policy document that defines what the Lambda function caller can do and optional context key-value pairs

0 commit comments

Comments
 (0)