Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Nov 20, 2023
1 parent 47e2ba9 commit 94975c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FirebaseAuth/Tests/Unit/AuthTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,8 @@ class AuthTests: RPCBaseTests {
#if os(iOS)
class FakeProvider: NSObject, FederatedAuthProvider {
@available(iOS 13, tvOS 13, macOS 10.15, watchOS 8, *)
func credential(with UIDelegate: FirebaseAuth.AuthUIDelegate?) async throws -> AuthCredential {
func credential(with UIDelegate: FirebaseAuth.AuthUIDelegate?) async throws ->
FirebaseAuth.AuthCredential {
let credential = OAuthCredential(withProviderID: GoogleAuthProvider.id,
sessionID: kOAuthSessionID,
OAuthResponseURLString: kOAuthRequestURI)
Expand Down

0 comments on commit 94975c7

Please sign in to comment.