Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg committed Aug 27, 2024
1 parent f945301 commit b4e8bed
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 b4e8bed

Please sign in to comment.