Skip to content

Commit 80ee0c8

Browse files
committed
Update
1 parent 05969ad commit 80ee0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Nonlinear/SymbolicAD.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ function test_simplify_if_quadratic()
761761
op(:+, big(1) * x * x, big(2))=>nothing,
762762
op(:+, big(1) * x, big(2))=>nothing,
763763
op(:+, x, big(2))=>nothing,
764-
op(:+, x, 1+2im)=>nothing,
764+
op(:+, x, 1 + 2im)=>nothing,
765765
]
766766
@test SymbolicAD._simplify_if_quadratic!(f) something(ret, f)
767767
end

0 commit comments

Comments
 (0)