Skip to content

Commit 2be494b

Browse files
committed
chore: resolve swiftlint error
1 parent 8914ebd commit 2be494b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Support/CustomEndpoint/EndpointResolving.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99
import SmithyHTTPAPI
1010

11-
struct EndpointResolving : @unchecked Sendable {
11+
struct EndpointResolving: @unchecked Sendable {
1212
let run: (String) throws -> SmithyHTTPAPI.Endpoint
1313
}
1414

0 commit comments

Comments
 (0)