Reformat slightly, aligning some =

This commit is contained in:
gg 2023-07-27 08:34:34 -07:00
parent 9c6fb1b463
commit 49abaafc6b
1 changed files with 5 additions and 9 deletions

View File

@ -44,11 +44,7 @@ end
function massage_fn(zone, leading_zero)
td = Date(now(tz"Asia/Tokyo"))
zero_adjustment = if leading_zero
0
else
1
end
zero_adjustment = if leading_zero 0 else 1 end
ymd = yearmonthday(td)
zn = ZonedDateTime(now(), localzone())
return function massage(item)