From e57fdeb613a09c49f2e93a94710f30ec5d2bc9ac Mon Sep 17 00:00:00 2001 From: Kha Truong <64438356+khatruong2009@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:57:21 -0700 Subject: [PATCH] chore: add trailing comma --- .../lib/src/screens/authenticator_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart b/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart index 2eeebb2f8b..fd99bc74ba 100644 --- a/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart +++ b/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart @@ -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);