Skip to content

Commit

Permalink
SignupGoogleViewController: Dropping unneeded parameter placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Jul 11, 2018
1 parent c88bd4e commit be1e635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private extension SignupGoogleViewController {

/// Existing Account: We'll synchronize all the things before proceeding to the next screen.
///
self?.authenticationDelegate.sync(credentials: credentials) { _ in
self?.authenticationDelegate.sync(credentials: credentials) {
SVProgressHUD.dismiss()
self?.wasLoggedInInstead(with: credentials)
}
Expand Down

0 comments on commit be1e635

Please sign in to comment.