Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e01b25d

Browse files
committedMar 19, 2025·
swift-format
1 parent 066ab76 commit e01b25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/AWSLambdaRuntime/LambdaHandlers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ extension LambdaRuntime {
238238
decoder: decoder,
239239
handler: LambdaHandlerAdapter(handler: ClosureHandler(body: body))
240240
)
241-
241+
242242
self.init(handler: handler)
243243
}
244244
}

0 commit comments

Comments
 (0)
Please sign in to comment.