From 2b751ede2ffad170d71c6af2666d1b73ab22c4b1 Mon Sep 17 00:00:00 2001 From: Bernhard Date: Fri, 2 Aug 2024 13:15:55 +0200 Subject: [PATCH] fix(measuretime): remove double semicolon --- apps/measuretime/measuretime.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/measuretime/measuretime.app.js b/apps/measuretime/measuretime.app.js index 49f5f2835..419916416 100644 --- a/apps/measuretime/measuretime.app.js +++ b/apps/measuretime/measuretime.app.js @@ -149,7 +149,7 @@ case 0: case 60: lineEnd = lineEndFull; - drawHourString(d.getHours() + 1, yBottomLines);; + drawHourString(d.getHours() + 1, yBottomLines); break; case 120: lineEnd = lineEndFull;