Przeglądaj źródła

Fix Indentation

pinlu 3 lat temu
rodzic
commit
e070172848

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

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