Skip to content

Commit d7bbe79

Browse files
Update ext/ReactantDatesExt/accessors.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bff21c1 commit d7bbe79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/ReactantDatesExt/accessors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ function Dates.monthday(days::Reactant.TracedRNumber)
8181
h = 100z - 25
8282
a = fld(h, 3652425)
8383
b = a - fld(a, 4)
84-
y = fld(100b + h, 36525);
85-
c = b + z - 365y - fld(y, 4);
84+
y = fld(100b + h, 36525)
85+
c = b + z - 365y - fld(y, 4)
8686
m = div(5c + 456, 153)
8787
d = c - div(153m - 457, 5)
8888
overflow = fld(m - 1, 12)

0 commit comments

Comments
 (0)