Skip to content

Commit ab80580

Browse files
sebstofabianfett
andauthored
Update Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
Co-authored-by: Fabian Fett <[email protected]>
1 parent 85c988d commit ab80580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaRuntimeError.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
public struct LambdaRuntimeError: Error {
16-
public enum Code: Sendable {
16+
enum Code: Sendable {
1717

1818
/// internal error codes for LambdaRuntimeClient
1919
case closingRuntimeClient

0 commit comments

Comments
 (0)