Merge pull request #13 from prefectAtEarth/fix/timezone_bug

fix(measuretime): remove double semicolon
pull/3526/head
Bernhard Salomon 2024-08-02 13:16:28 +02:00 committed by GitHub
commit 04f8b8e37a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
case 0: case 0:
case 60: case 60:
lineEnd = lineEndFull; lineEnd = lineEndFull;
drawHourString(d.getHours() + 1, yBottomLines);; drawHourString(d.getHours() + 1, yBottomLines);
break; break;
case 120: case 120:
lineEnd = lineEndFull; lineEnd = lineEndFull;