Skip to content

Commit 00f6b53

Browse files
committed
swift format
1 parent fe0aa01 commit 00f6b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAPILambda.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extension OpenAPILambda {
5353
/// - context: The Lambda context
5454
/// - Throws: An error if the handler function fails
5555
/// - Returns: The output of the handler function
56-
private static func handler(event: Event, context: LambdaContext) async throws -> Output {
56+
private static func handler(event: Event, context: LambdaContext) async throws -> Output {
5757
try await Self.handler()(event, context)
5858
}
5959

0 commit comments

Comments
 (0)