Skip to content

Commit b5f6dcb

Browse files
committed
chore: dart format
1 parent c4bfbba commit b5f6dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/amplify_auth_cognito/example/integration_test/mfa_username_login_required_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void main() {
192192
await signOutUser(assertComplete: true);
193193

194194
final otpResult2 = await getOtpCode(UserAttribute.email(email));
195-
195+
196196
final resignInRes = await Amplify.Auth.signIn(
197197
username: username,
198198
password: password,

0 commit comments

Comments
 (0)