Skip to content

Commit

Permalink
[lint] Add space before function parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 9, 2021
1 parent 6dd88e7 commit 36a3f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/websocket-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,6 @@ function abortHandshake (socket, code, message, headers) {
* characters from both its beginning and end
* @private
*/
function trim(str) {
function trim (str) {
return str.trim();
}

0 comments on commit 36a3f4d

Please sign in to comment.