Skip to content

Commit 77ff037

Browse files
committed
swift-format
1 parent 05a087e commit 77ff037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension Lambda {
5959
try await body()
6060
}
6161
} catch let error as ChannelError {
62-
// when this server is part of a ServiceLifeCycle group
62+
// when this server is part of a ServiceLifeCycle group
6363
// and user presses CTRL-C, this error is thrown
6464
// The error description is "I/O on closed channel"
6565
// TODO: investigate and solve the root cause

0 commit comments

Comments
 (0)