Skip to content

Commit c138ba0

Browse files
committed
smartbatt: remove whitespace
1 parent 1eac455 commit c138ba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/smartbatt/clkinfo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var batt;
44
//updates values
55

6-
6+
77
function getHrsFormatted(hrsLeft){
88

99
var daysLeft = hrsLeft / 24;
@@ -16,7 +16,7 @@
1616
return Math.round(hrsLeft)+"h";
1717
}
1818
}
19-
19+
2020
//draws battery icon and fill bar
2121
function drawBatt(){
2222
batt =E.getBattery();
@@ -37,7 +37,7 @@
3737
items: [
3838
{ name : "BattStatus",
3939
get : () => {
40-
40+
4141
drawBatt();
4242
var data=require("smartbatt").get();
4343

0 commit comments

Comments
 (0)