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

Commit c942c20

Browse files
committed
Fix dartfmt issue.
1 parent 1215af3 commit c942c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_auth/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class _MyHomePageState extends State<MyHomePage> {
9999
(AuthException authException) {
100100
setState(() {
101101
_message = Future<String>.value(
102-
'Phone numbber verification failed. Code: ${authException.code}. Message: ${authException.message}');
102+
'Phone number verification failed. Code: ${authException.code}. Message: ${authException.message}');
103103
});
104104
};
105105

0 commit comments

Comments
 (0)