Skip to content

Commit a30aee2

Browse files
committed
spacing
1 parent 329b184 commit a30aee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cdp/raw_websocket.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
*/
1818

1919
/**
20-
* Shows how to use raw web sockets to send messages to the page using
21-
* the DevTools protocol.
22-
* See https://chromedevtools.github.io/devtools-protocol/
23-
*/
20+
* Shows how to use raw web sockets to send messages to the page using
21+
* the DevTools protocol.
22+
* See https://chromedevtools.github.io/devtools-protocol/
23+
*/
2424

2525
const {URL} = require('url');
2626
const WebSocket = require('ws');

0 commit comments

Comments
 (0)