1
0
Fork 0

fix(measuretime): remove double semicolon

master
Bernhard 2024-08-02 13:15:55 +02:00
parent d6e189945e
commit 2b751ede2f
1 changed files with 1 additions and 1 deletions

View File

@ -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;