Skip to content

Commit 2f8e6d3

Browse files
committed
swift-format
1 parent 193550c commit 2f8e6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SotoCore/Credential/Login/LoginCredentialProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public struct LoginCredentialProvider: CredentialProvider {
3333
private let httpClient: AWSHTTPClient
3434
private let threadPool: NIOThreadPool
3535

36-
// This initializer is used for unit test, allowing to bypass
36+
// This initializer is used for unit test, allowing to bypass
3737
// the configuration file
3838
init(configuration: LoginConfiguration, httpClient: AWSHTTPClient, threadPool: NIOThreadPool = .singleton) {
3939
self.configuration = configuration

0 commit comments

Comments
 (0)