Skip to content

Commit 00a9a96

Browse files
committed
depwarn
1 parent 389874f commit 00a9a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function simplify(x;
1818
thread_subtree_cutoff=100,
1919
rewriter=nothing)
2020
if polynorm !== nothing
21-
Base.@depwarn "simplify(.. ;polynorm=$polynorm) is deprecated, use simplify(..; expand=$polynorm) instead"
21+
Base.depwarn("simplify(..; polynorm=$polynorm) is deprecated, use simplify(..; expand=$polynorm) instead")
2222
end
2323

2424
f = if rewriter === nothing

0 commit comments

Comments
 (0)