Skip to content

Commit

Permalink
chore: add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Oct 2, 2024
1 parent b329115 commit e57fdeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class AuthenticatorScreen extends StatelessAuthenticatorComponent {
const AuthenticatorScreen.continueSignInWithMfaSetupSelection({Key? key})
: this(
key: key,
step: AuthenticatorStep.continueSignInWithMfaSetupSelection);
step: AuthenticatorStep.continueSignInWithMfaSetupSelection,);

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

0 comments on commit e57fdeb

Please sign in to comment.