Skip to content

Commit ae18d7b

Browse files
author
Sebastien Stormacq
committed
swift format
1 parent b3576fe commit ae18d7b

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
@@ -610,7 +610,7 @@ internal struct LambdaHTTPServer {
610610

611611
return try await withTaskCancellationHandler {
612612
try await withCheckedThrowingContinuation { (continuation: CheckedContinuation<T, any Error>) in
613-
let nextAction: Result<T, PoolError>? = self.lock.withLock { state -> Result<T, PoolError>? in
613+
let nextAction: Result<T, PoolError>? = self.lock.withLock { state -> Result<T, PoolError>? in
614614
switch consume state {
615615
case .buffer(var buffer):
616616
if let first = buffer.popFirst() {

0 commit comments

Comments
 (0)