From eca6eff75b70a9cc5eb8cdd24c048df526e4f3d0 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 3 Mar 2020 00:35:19 -0800 Subject: [PATCH] remove end of line white space.. --- root/js/solardash.file.jspp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/js/solardash.file.jspp b/root/js/solardash.file.jspp index a652042..5fc8a8c 100644 --- a/root/js/solardash.file.jspp +++ b/root/js/solardash.file.jspp @@ -81,7 +81,7 @@ WebSocketTest.prototype.processNextItem = function () { var wst = this; setTimeout(function() { - item[1](wst); + item[1](wst); wst.processNextItem(); }, item[0]);