Skip to content

Commit 86ddb9e

Browse files
committed
swift format
1 parent add035c commit 86ddb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/ServiceLifecycle/Sources/Lambda.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
import AWSLambdaRuntime
1615
import AWSLambdaEvents
16+
import AWSLambdaRuntime
1717
import Logging
1818
import PostgresNIO
1919
import ServiceLifecycle
@@ -77,7 +77,7 @@ struct LambdaFunction {
7777
// See: https://github.com/vapor/postgres-nio/issues/489#issuecomment-2186509773
7878
result = try await timeout(deadline: .seconds(3)) {
7979
// check if table exists
80-
// TODO: ideally, I want to do this once, after serviceGroup.run() is done
80+
// TODO: ideally, I want to do this once, after serviceGroup.run() is done
8181
// but before the handler is called
8282
logger.trace("Checking database")
8383
try await prepareDatabase()

0 commit comments

Comments
 (0)