Skip to content

Commit

Permalink
source code format adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzt0 committed Nov 24, 2024
1 parent 2483b5f commit 768e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OAuthenticator/Authenticator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public actor Authenticator<UserDataType: Sendable> {
}

/// A default `URLSession`-backed `URLResponseProvider`.
@available(*, deprecated, message: "Please move to URLSession.defaultProvider")
@available(*, deprecated, message: "Please move to URLSession.defaultProvider")
@MainActor
public let defaultAuthenticatorResponseProvider: URLResponseProvider = {
let session = URLSession(configuration: .default)
Expand Down

0 comments on commit 768e482

Please sign in to comment.