Skip to content

Commit 77ebefd

Browse files
committed
swift-format
1 parent bb2c971 commit 77ebefd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/AWSLambdaRuntimeCore/LambdaRuntimeClient.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ final actor LambdaRuntimeClient: LambdaRuntimeClientProtocol {
4949
}
5050
}
5151

52-
private typealias ConnectionContinuation = CheckedContinuation<NIOLoopBound<LambdaChannelHandler<LambdaRuntimeClient>>, any Error>
52+
private typealias ConnectionContinuation = CheckedContinuation<
53+
NIOLoopBound<LambdaChannelHandler<LambdaRuntimeClient>>, any Error
54+
>
5355

5456
private enum ConnectionState {
5557
case disconnected

0 commit comments

Comments
 (0)