Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix dartfmt issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
slightfoot committed Jul 25, 2018
1 parent efddee3 commit 48de4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase_auth/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class _MyHomePageState extends State<MyHomePage> {
(AuthException authException) {
setState(() {
_message = Future<String>.value(
'Phone numbber verification failed. Code: ${authException.code}. Message: ${authException.message}');
'Phone number verification failed. Code: ${authException.code}. Message: ${authException.message}');
});
};

Expand Down

0 comments on commit 48de4a4

Please sign in to comment.