fix(measuretime): remove double semicolon
parent
d6e189945e
commit
2b751ede2f
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue