fix code formatting from last commit/pr

master
Gordon Williams 2022-03-17 08:31:51 +00:00
parent 1fac102afd
commit 04c2e6bb80
1 changed files with 121 additions and 121 deletions

View File

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