Skip to content

Commit b07503f

Browse files
committed
try to fix the CI swift formatting
1 parent 93d81fd commit b07503f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ public final class LambdaRuntime<Handler>: @unchecked Sendable where Handler: St
2727
let eventLoop: EventLoop
2828

2929
public init(
30-
handler: sending Handler,
30+
handler: sending
31+
Handler
32+
,
3133
eventLoop: EventLoop = Lambda.defaultEventLoop,
3234
logger: Logger = Logger(label: "LambdaRuntime")
3335
) {

0 commit comments

Comments
 (0)