From d56fc4c5d55162d7d65506a9d4df9e65463c5cf8 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 24 May 2018 08:44:51 +0200 Subject: [PATCH] whitespace cleanup --- src/api/websocket-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/websocket-api.js b/src/api/websocket-api.js index 79da2f7..43d2e65 100644 --- a/src/api/websocket-api.js +++ b/src/api/websocket-api.js @@ -35,7 +35,7 @@ class WebsocketAPI { } getURL(endpoint) { - // create an anchor element (note: no need to append this element to the document) + // create an anchor element (note: no need to append this element to the document) var link = document.createElement('a'); link.href = endpoint;