Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg committed Oct 4, 2024
1 parent b75df20 commit 31d0f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-browser/src/controllers/StandardController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ export class StandardController implements IController {
*/
async clearCache(logoutRequest?: ClearCacheRequest): Promise<void> {
if (!this.isBrowserEnvironment) {
this.logger.info("in non-browser environment, returning early.")
this.logger.info("in non-browser environment, returning early.");
return;
}
const correlationId = this.getRequestCorrelationId(logoutRequest);
Expand Down

0 comments on commit 31d0f47

Please sign in to comment.