Skip to content

Commit a79424c

Browse files
committed
chore: fix indentation
1 parent 985dded commit a79424c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/csharp/src/Plugins/WebSocket.jslib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mergeInto(LibraryManager.library, {
2525
var uri = UTF8ToString(uriPtr);
2626
var protocol = UTF8ToString(protocolPtr);
2727
var authToken = UTF8ToString(authTokenPtr);
28-
if (authToken)
28+
if (authToken)
2929
{
3030
var tokenUrl = new URL('v1/identity/websocket-token', host);
3131
tokenUrl.protocol = host.startsWith("wss://") ? 'https:' : 'http:';

0 commit comments

Comments
 (0)