Skip to content

Commit 00f6f00

Browse files
format
1 parent bc40990 commit 00f6f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import SwiftUI
33

44
public protocol ExternalAuthProvider {
5-
var id: String { get }
5+
var id: String { get }
66
@MainActor func authButton() -> AnyView
77
}
88

FirebaseSwiftUI/FirebasePhoneAuthSwiftUI/Sources/Services/PhoneAuthProviderAuthUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class PhoneAuthProviderAuthUI: @preconcurrency PhoneAuthProviderAuthUIPro
88
public let id: String = "phone"
99

1010
public init() {}
11-
11+
1212
@MainActor public func authButton() -> AnyView {
1313
AnyView(Text("phone button TODO"))
1414
}

0 commit comments

Comments
 (0)