Skip to content

Commit 36a3f4d

Browse files
committed
[lint] Add space before function parentheses
1 parent 6dd88e7 commit 36a3f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/websocket-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,6 @@ function abortHandshake (socket, code, message, headers) {
364364
* characters from both its beginning and end
365365
* @private
366366
*/
367-
function trim(str) {
367+
function trim (str) {
368368
return str.trim();
369369
}

0 commit comments

Comments
 (0)