Skip to content

Commit

Permalink
Fix comment indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Mar 9, 2024
1 parent 21ec2cb commit 2f777f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/SocketHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ class SocketHandler extends EventEmitter {
break

/*
Assign a unique identifier
to the connection, or use
one that's provided by the client
*/
Assign a unique identifier
to the connection, or use
one that's provided by the client
*/
case 'id':
if (json.data != null) {
id = String(json.data)
Expand Down

0 comments on commit 2f777f4

Please sign in to comment.