We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2c971 commit 77ebefdCopy full SHA for 77ebefd
Sources/AWSLambdaRuntimeCore/LambdaRuntimeClient.swift
@@ -49,7 +49,9 @@ final actor LambdaRuntimeClient: LambdaRuntimeClientProtocol {
49
}
50
51
52
- private typealias ConnectionContinuation = CheckedContinuation<NIOLoopBound<LambdaChannelHandler<LambdaRuntimeClient>>, any Error>
+ private typealias ConnectionContinuation = CheckedContinuation<
53
+ NIOLoopBound<LambdaChannelHandler<LambdaRuntimeClient>>, any Error
54
+ >
55
56
private enum ConnectionState {
57
case disconnected
0 commit comments