Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Apr 12, 2018
1 parent 329b184 commit a30aee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cdp/raw_websocket.js
Expand Up @@ -17,10 +17,10 @@
*/

/**
* Shows how to use raw web sockets to send messages to the page using
* the DevTools protocol.
* See https://chromedevtools.github.io/devtools-protocol/
*/
* Shows how to use raw web sockets to send messages to the page using
* the DevTools protocol.
* See https://chromedevtools.github.io/devtools-protocol/
*/

const {URL} = require('url');
const WebSocket = require('ws');
Expand Down

0 comments on commit a30aee2

Please sign in to comment.