Skip to content

Commit 5a38bd1

Browse files
format
1 parent ed274be commit 5a38bd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FirebaseSwiftUI/FirebaseGoogleSwiftUI/Sources/Services/GoogleProviderSwift.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ public class GoogleProviderSwift: @preconcurrency GoogleProviderProtocol {
2828
guard let presentingViewController = await (UIApplication.shared.connectedScenes
2929
.first as? UIWindowScene)?.windows.first?.rootViewController else {
3030
throw GoogleProviderError
31-
.rootViewControllerNotFound("Root View controller is not available to present Google sign-in View.")
31+
.rootViewControllerNotFound(
32+
"Root View controller is not available to present Google sign-in View."
33+
)
3234
}
3335

3436
let config = GIDConfiguration(clientID: clientID)

0 commit comments

Comments
 (0)