Skip to content

Commit 60fd145

Browse files
committed
Fix
1 parent 33429fe commit 60fd145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/term.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ function MA.mutable_operate!(::typeof(one), t::Term)
6868
MA.mutable_operate!(zero, t.x.z)
6969
return t
7070
end
71-
_add_variables!(t::Term, allvars, map) = _add_variables(t.x, allvars, map)
71+
_add_variables!(t::Term, allvars, map) = _add_variables!(t.x, allvars, map)

0 commit comments

Comments
 (0)