fix code formatting from last commit/pr
parent
1fac102afd
commit
04c2e6bb80
|
|
@ -158,7 +158,7 @@ function writeDozDate(text,def,colour){
|
|||
Bangle.loadWidgets();
|
||||
//for malaire's Adjust Clock widget, if used
|
||||
function adjustedNow() {
|
||||
return WIDGETS.adjust ? new Date(WIDGETS.adjust.now()) : new Date();
|
||||
return WIDGETS.adjust ? new Date(WIDGETS.adjust.now()) : new Date();
|
||||
}
|
||||
Bangle.drawWidgets();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue