Skip to content

Commit 207905c

Browse files
committed
Format fix
1 parent 59a9a18 commit 207905c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public final class LambdaRuntime<Handler>: @unchecked Sendable where Handler: St
8585
#if DEBUG
8686
// we're not running on Lambda and we're compiled in DEBUG mode,
8787
// let's start a local server for testing
88-
try await Lambda.withLocalServer(invocationEndpoint: Lambda.env("LOCAL_LAMBDA_SERVER_INVOCATION_ENDPOINT")) {
88+
try await Lambda.withLocalServer(invocationEndpoint: Lambda.env("LOCAL_LAMBDA_SERVER_INVOCATION_ENDPOINT"))
89+
{
8990

9091
try await LambdaRuntimeClient.withRuntimeClient(
9192
configuration: .init(ip: "127.0.0.1", port: 7000),

0 commit comments

Comments
 (0)