Skip to content

Commit 8746442

Browse files
committed
fix append_update_args
1 parent 92a71a5 commit 8746442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vectorizationbase_compat/contract_pass.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function append_update_args(f, ex::Expr)
200200
push!(call.args, ex.args[i])
201201
end
202202
push!(call.args, ex.args[1])
203-
nothing
203+
call
204204
end
205205
contract_pass!(::Any, ::Any) = nothing
206206
function contract!(expr::Expr, ex::Expr, i::Int, mod)

0 commit comments

Comments
 (0)