Skip to content

Commit a7aa99e

Browse files
committed
swift-format
1 parent 707f380 commit a7aa99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ internal struct LambdaHTTPServer {
226226
logger.info("Server shutting down")
227227
if case .failure(let error) = result {
228228
logger.error("Error during server shutdown: \(error)")
229-
}
230-
return result
229+
}
230+
return result
231231
}
232232

233233
/// This method handles individual TCP connections

0 commit comments

Comments
 (0)