Skip to content

Commit a421505

Browse files
committed
style
1 parent 83861d4 commit a421505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Sources/Swift/Utilities/AuthRecaptchaVerifier.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class AuthRecaptchaVerifier {
7272
private var tenantConfigs: [String: AuthRecaptchaConfig] = [:]
7373
private var recaptchaClient: RCARecaptchaClientProtocol?
7474
private let recaptchaVersion = "RECAPTCHA_ENTERPRISE"
75-
75+
7676
private func siteKey() -> String? {
7777
if let tenantID = auth?.tenantID {
7878
if let config = tenantConfigs[tenantID] {
@@ -185,7 +185,7 @@ class AuthRecaptchaVerifier {
185185
return ("", nil, false, false)
186186
}
187187
}
188-
188+
189189
func retrieveRecaptchaConfig(forceRefresh: Bool) async throws {
190190
if !forceRefresh {
191191
if let tenantID = auth?.tenantID {

0 commit comments

Comments
 (0)