Skip to content

Commit d0a584f

Browse files
committed
style
1 parent 07311b6 commit d0a584f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

FirebaseAuth/Sources/Swift/Backend/IdentityToolkitRequest.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ private let kHttpProtocol = "http:"
2020
private let kEmulatorHostAndPrefixFormat = "%@/%@"
2121

2222
#if compiler(>=6)
23-
/// Host for server API calls.
24-
private nonisolated(unsafe) var gAPIHost = "www.googleapis.com"
23+
/// Host for server API calls.
24+
private nonisolated(unsafe) var gAPIHost = "www.googleapis.com"
2525
#else
26-
/// Host for server API calls.
27-
private var gAPIHost = "www.googleapis.com"
28-
#endif // compiler(>=6)
26+
/// Host for server API calls.
27+
private var gAPIHost = "www.googleapis.com"
28+
#endif // compiler(>=6)
2929

3030
private let kFirebaseAuthAPIHost = "www.googleapis.com"
3131
private let kIdentityPlatformAPIHost = "identitytoolkit.googleapis.com"

FirebaseAuth/Sources/Swift/Backend/RPC/SecureTokenRequest.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ private let kRefreshTokenKey = "refreshToken"
5555
private let kCodeKey = "code"
5656

5757
#if compiler(>=6)
58-
/// Host for server API calls.
59-
private nonisolated(unsafe) var gAPIHost = "securetoken.googleapis.com"
58+
/// Host for server API calls.
59+
private nonisolated(unsafe) var gAPIHost = "securetoken.googleapis.com"
6060
#else
61-
/// Host for server API calls.
62-
private var gAPIHost = "securetoken.googleapis.com"
63-
#endif // compiler(>=6)
61+
/// Host for server API calls.
62+
private var gAPIHost = "securetoken.googleapis.com"
63+
#endif // compiler(>=6)
6464

6565
/// Represents the parameters for the token endpoint.
6666
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)

0 commit comments

Comments
 (0)