Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson committed Aug 26, 2019
1 parent b381ade commit c1dc78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/firebase_auth/lib/src/firebase_auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ class FirebaseAuth {
}) async {
assert(email != null);
return await channel.invokeListMethod<String>(
'fetchSignInMethodsForEmail',
<String, String>{'email': email, 'app': app.name},
);
'fetchSignInMethodsForEmail',
<String, String>{'email': email, 'app': app.name},
);
}

/// Triggers the Firebase Authentication backend to send a password-reset
Expand Down

0 comments on commit c1dc78b

Please sign in to comment.