Skip to content

Commit c1dc78b

Browse files
committed
reformat
1 parent b381ade commit c1dc78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firebase_auth/lib/src/firebase_auth.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ class FirebaseAuth {
118118
}) async {
119119
assert(email != null);
120120
return await channel.invokeListMethod<String>(
121-
'fetchSignInMethodsForEmail',
122-
<String, String>{'email': email, 'app': app.name},
123-
);
121+
'fetchSignInMethodsForEmail',
122+
<String, String>{'email': email, 'app': app.name},
123+
);
124124
}
125125

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

0 commit comments

Comments
 (0)