mirror of https://github.com/espruino/BangleApps
Merge pull request #13 from prefectAtEarth/fix/timezone_bug
fix(measuretime): remove double semicolonpull/3526/head
commit
04f8b8e37a
|
@ -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