From a30aee296e4d31587a5d15871611aade7f708181 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Thu, 12 Apr 2018 15:21:45 -0700 Subject: [PATCH] spacing --- cdp/raw_websocket.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cdp/raw_websocket.js b/cdp/raw_websocket.js index fd102aa..83d5b1b 100644 --- a/cdp/raw_websocket.js +++ b/cdp/raw_websocket.js @@ -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');