From 466fd2155c81f44cfd30c7e3f15f460f5a8662c0 Mon Sep 17 00:00:00 2001 From: Balint Kovacs Date: Sun, 28 Nov 2021 18:18:18 +0000 Subject: [PATCH] Remove superfluous semicolon --- apps/recorder/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/recorder/app.js b/apps/recorder/app.js index fd4441422..aa3803794 100644 --- a/apps/recorder/app.js +++ b/apps/recorder/app.js @@ -363,7 +363,7 @@ function plotGraph(info, style) { l = f.readLine(f); if (c[latIdx] == "") { continue; - }; + } t = c[timeIdx]; i = Math.round(80*(t - strt)/dur); p = Bangle.project({lat:c[latIdx],lon:c[lonIdx]});