Skip to content

Commit

Permalink
chore: dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Oct 2, 2024
1 parent e57fdeb commit 9525c67
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ class AuthenticatorScreen extends StatelessAuthenticatorComponent {

const AuthenticatorScreen.continueSignInWithMfaSetupSelection({Key? key})
: this(
key: key,
step: AuthenticatorStep.continueSignInWithMfaSetupSelection,);
key: key,
step: AuthenticatorStep.continueSignInWithMfaSetupSelection,
);

const AuthenticatorScreen.resetPassword({Key? key})
: this(key: key, step: AuthenticatorStep.resetPassword);
Expand Down

0 comments on commit 9525c67

Please sign in to comment.