node_modules/ws/browser.js in isomorfeus-puppetmaster-0.5.5 vs node_modules/ws/browser.js in isomorfeus-puppetmaster-0.5.6

- old
+ new

@@ -1,8 +1,8 @@ -'use strict'; - -module.exports = function () { - throw new Error( - 'ws does not work in the browser. Browser clients must use the native ' + - 'WebSocket object' - ); -}; +'use strict'; + +module.exports = function () { + throw new Error( + 'ws does not work in the browser. Browser clients must use the native ' + + 'WebSocket object' + ); +};