Skip to content

Commit 8dd75ef

Browse files
authored
[NFC] Update spacing in FirebaseAuth's sample app delegate (#14417)
1 parent cae7c38 commit 8dd75ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Tests/SampleSwift/AuthenticationExample/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import UIKit
2020
@UIApplicationMain
2121
class AppDelegate: UIResponder, UIApplicationDelegate {
2222
func application(_ application: UIApplication,
23-
didFinishLaunchingWithOptions launchOptions: [UIApplication
24-
.LaunchOptionsKey: Any]?) -> Bool {
23+
didFinishLaunchingWithOptions launchOptions:
24+
[UIApplication.LaunchOptionsKey: Any]?) -> Bool {
2525
configureApplicationAppearance()
2626

2727
// [START firebase_configure]

0 commit comments

Comments
 (0)