Quellcode durchsuchen

Fix Indentation

pinlu vor 3 Jahren
Ursprung
Commit
e070172848

+ 1 - 1
Samples/Swift/DaysUntilBirthday/Shared/Services/GoogleSignInAuthenticator.swift

@@ -108,7 +108,7 @@ final class GoogleSignInAuthenticator: ObservableObject {
     }
     }
 
 
     currentUser?.addScopes([BirthdayLoader.birthdayReadScope],
     currentUser?.addScopes([BirthdayLoader.birthdayReadScope],
-                          presenting: presentingWindow) { userAuth, error in
+                           presenting: presentingWindow) { userAuth, error in
       if let error = error {
       if let error = error {
         print("Found error while adding birthday read scope: \(error).")
         print("Found error while adding birthday read scope: \(error).")
         return
         return