There was an error while loading. Please reload this page.
1 parent 6dd88e7 commit 36a3f4dCopy full SHA for 36a3f4d
1 file changed
lib/websocket-server.js
@@ -364,6 +364,6 @@ function abortHandshake (socket, code, message, headers) {
364
* characters from both its beginning and end
365
* @private
366
*/
367
-function trim(str) {
+function trim (str) {
368
return str.trim();
369
}
0 commit comments