Skip to content

Commit c8a799e

Browse files
committed
swift-format
1 parent 7114adb commit c8a799e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class LambdaRuntime<Handler>: @unchecked Sendable where Handler: St
3838
// developers have to wait for AWS Lambda to dispose and recreate a runtime environment to pickup a change
3939
// this approach is less flexible but more performant than reading the value of the environment variable at each invocation
4040
var log = logger
41-
log.logLevel = Lambda.env("LOG_LEVEL").flatMap(Logger.Level.init) ?? .info
41+
log.logLevel = Lambda.env("LOG_LEVEL").flatMap(Logger.Level.init) ?? .info
4242
self.logger = logger
4343
}
4444

0 commit comments

Comments
 (0)