Skip to content

Commit 0e07364

Browse files
committed
fix swift format
1 parent 248c831 commit 0e07364

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AmplifyPlugins/Auth/Tests/AWSCognitoAuthPluginUnitTests/TaskTests/ClientBehaviorTests/AuthenticationProviderDeleteUserTests.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,17 @@ class AuthenticationProviderDeleteUserTests: BasePluginTest {
141141
mockIdentityProvider = MockIdentityProvider(
142142
mockRevokeTokenResponse: { _ in
143143
RevokeTokenOutput()
144-
}, mockGetTokensFromRefreshTokenResponse:{ _ in
144+
},
145+
mockGetTokensFromRefreshTokenResponse:{ _ in
145146
return GetTokensFromRefreshTokenOutput(
146147
authenticationResult: .init(
147148
accessToken: "accessTokenNew",
148149
expiresIn: 100,
149150
idToken: "idTokenNew",
150151
refreshToken: "refreshTokenNew"
151152
))
152-
}, mockGlobalSignOutResponse: { _ in
153+
},
154+
mockGlobalSignOutResponse: { _ in
153155
GlobalSignOutOutput()
154156
},
155157
mockDeleteUserOutput: { _ in

0 commit comments

Comments
 (0)