multitimer: trim whitespace

pull/2781/head
Rob Pilling 2023-06-07 17:57:52 +01:00
parent 70ea8df149
commit e6f61ccc6b
2 changed files with 6 additions and 6 deletions

View File

@ -559,7 +559,7 @@ function editAlarm(idx, a) {
else a = require("sched").newDefaultAlarm();
}
if (!a.data) {
a.data = { hm: false, oneshot: false };
a.data = { hm: false };
}
var t = decodeTime(a.t);