Skip to content

Commit 6a098db

Browse files
committed
nit: spacing issue
1 parent 3e03453 commit 6a098db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IdentityCore/src/webview/embeddedWebview/challangeHandlers/MSIDPKeyAuthHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ + (BOOL)handleChallenge:(NSString *)challengeUrl
7878
[queryDict setValue:MSIDDeviceId.deviceId[MSID_VERSION_KEY] forKey:MSID_VERSION_KEY];
7979
responseUrlComp.percentEncodedQuery = [queryDict msidURLFormEncode];
8080

81-
NSMutableURLRequest *responseReq = [[NSMutableURLRequest alloc]initWithURL:responseUrlComp.URL];
81+
NSMutableURLRequest *responseReq = [[NSMutableURLRequest alloc] initWithURL:responseUrlComp.URL];
8282
[responseReq setValue:kMSIDPKeyAuthHeaderVersion forHTTPHeaderField:kMSIDPKeyAuthHeader];
8383
[responseReq setValue:authHeader forHTTPHeaderField:MSID_OAUTH2_AUTHORIZATION];
8484
completionHandler(responseReq, nil);

0 commit comments

Comments
 (0)