Skip to content

Commit

Permalink
msal-node format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-arroyo committed Aug 28, 2024
1 parent 66611c3 commit 80eb5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-node/src/network/LoopbackClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class LoopbackClient implements ILoopbackClient {
resolve(authCodeResponse);
}
);
this.server.listen(0, '127.0.0.1'); // Listen on any available port
this.server.listen(0, "127.0.0.1"); // Listen on any available port
}
);
}
Expand Down

0 comments on commit 80eb5bb

Please sign in to comment.