Skip to content

Commit 4e1cec0

Browse files
format
1 parent 4854c78 commit 4e1cec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Utils/StringUtils.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,14 @@ public class StringUtils {
315315
public var phoneNumberVerificationCodeLabel: String {
316316
return localizedString(for: "Enter verification code")
317317
}
318-
318+
319319
/// Phone provider
320320
/// found in:
321321
/// - PhoneAuthButtonView
322322
public var smsCodeSendButtonLabel: String {
323323
return localizedString(for: "Send SMS code")
324324
}
325+
325326
/// Phone provider
326327
/// found in:
327328
/// - PhoneAuthButtonView

0 commit comments

Comments
 (0)