Skip to content

Commit 29de71a

Browse files
sameeragCopilot
andcommitted
style: fix formatting in RedirectClient
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c210cc7 commit 29de71a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

lib/msal-browser/src/interaction_client/RedirectClient.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -561,15 +561,15 @@ export class RedirectClient extends StandardInteractionClient {
561561
}
562562

563563
return null;
564-
} catch (e) {
565-
if (e instanceof AuthError) {
566-
(e as AuthError).setCorrelationId(this.correlationId);
567-
serverTelemetryManager.cacheFailedRequest(e);
568-
}
569-
throw e;
570-
} finally {
571-
document.title = originalTitle;
572-
}
564+
} catch (e) {
565+
if (e instanceof AuthError) {
566+
(e as AuthError).setCorrelationId(this.correlationId);
567+
serverTelemetryManager.cacheFailedRequest(e);
568+
}
569+
throw e;
570+
} finally {
571+
document.title = originalTitle;
572+
}
573573
}
574574

575575
/**

0 commit comments

Comments
 (0)