Skip to content

Commit 959444c

Browse files
committed
format blank
1 parent e7cf43b commit 959444c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSAL/test/integration/native_auth/end_to_end/sign_up/MSALNativeAuthSignUpUsernameAndPasswordEndToEndTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ final class MSALNativeAuthSignUpUsernameAndPasswordEndToEndTests: MSALNativeAuth
450450
let signInAfterSignUpDelegate = SignInAfterSignUpDelegateSpy(expectation: signInExp)
451451

452452
let autoParam = MSALNativeAuthSignInAfterSignUpParameters()
453-
signUpAttributesRequiredDelegate.signInAfterSignUpState?.signIn(parameters: autoParam,delegate: signInAfterSignUpDelegate)
453+
signUpAttributesRequiredDelegate.signInAfterSignUpState?.signIn(parameters: autoParam, delegate: signInAfterSignUpDelegate)
454454

455455
await fulfillment(of: [signInExp])
456456
checkSignInAfterSignUpDelegate(signInAfterSignUpDelegate, expectedUsername: username)

0 commit comments

Comments
 (0)