Skip to content

Commit e11b5bb

Browse files
authored
remove extra spacing
1 parent ddfdda8 commit e11b5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authentication/AuthenticationExample/ViewControllers/AccountLinkingViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ extension AccountLinkingViewController: ASAuthorizationControllerDelegate,
473473
}
474474

475475
let credential = OAuthProvider.credential(providerID: .apple",
476-
idToken: idTokenString,
477-
rawNonce: nonce)
476+
idToken: idTokenString,
477+
rawNonce: nonce)
478478
// Once we have created the above `credential`, we can link accounts to it.
479479
linkAccount(authCredential: credential)
480480
}

0 commit comments

Comments
 (0)