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

Commit e588ba4

Browse files
committed
Fix dartfmt issue.
1 parent 5e65dad commit e588ba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firebase_auth/example/lib/main.dart

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

0 commit comments

Comments
 (0)