Skip to content

Commit 1db5662

Browse files
committed
source code format adaptation
1 parent a27cb4e commit 1db5662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OAuthenticator/Authenticator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public actor Authenticator<UserDataType: Sendable> {
162162
}
163163

164164
/// A default `URLSession`-backed `URLResponseProvider`.
165-
@available(*, deprecated, message: "Please move to URLSession.defaultProvider")
165+
@available(*, deprecated, message: "Please move to URLSession.defaultProvider")
166166
@MainActor
167167
public let defaultAuthenticatorResponseProvider: URLResponseProvider = {
168168
let session = URLSession(configuration: .default)

0 commit comments

Comments
 (0)