Skip to content

Commit e687de0

Browse files
committed
swift-format
1 parent d489504 commit e687de0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ internal struct LambdaHTTPServer {
440440
LocalServerResponse(
441441
id: requestId,
442442
status: .ok,
443-
headers: HTTPHeaders(), // the local server has no mecanism to collect headers set by the lambda function
443+
// the local server has no mecanism to collect headers set by the lambda function
444+
headers: HTTPHeaders(),
444445
body: body,
445446
final: true
446447
)

0 commit comments

Comments
 (0)