add semicolons to raw haxe code

This commit is contained in:
Yvon
2022-06-18 22:41:21 +03:00
committed by Nat Quayle Nelson
parent b975ff2e14
commit 5085d32ac8
9 changed files with 12 additions and 11 deletions

View File

@@ -184,10 +184,10 @@
(let [daysInMonth (DateTime.daysInMonth (nextDay.getMonth) (nextDay.isLeapYear))
adjustedDays (for day days (% (+ daysInMonth day) daysInMonth))]
(when (contains adjustedDays (nextDay.getDay)) (return true)))
#{nextDay -= oneDayInterval}#)
#{nextDay -= oneDayInterval;}#)
(return false)))
((Interval days lastDayDone)
(or !lastDayDone (<= days #{(DateTime.fromDate(Date.now()) - DateTime.fromString(lastDayDone)).getTotalDays()}#)))
(or !lastDayDone (<= days #{(DateTime.fromDate(Date.now()) - DateTime.fromString(lastDayDone)).getTotalDays();}#)))
(Todo (= 0 .points (activeLabel e)))
(otherwise true)))