Skip to content

Commit c1d8918

Browse files
committed
Fix format
1 parent f402f75 commit c1d8918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Nonlinear/ReverseAD.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@ function test_linearity_no_hess()
639639
MOI.initialize(evaluator, [:Grad, :Jac])
640640
# We initialized without the need for the hessian so
641641
# the linearity shouldn't be computed.
642-
@test only(evaluator.backend.subexpressions).linearity == ReverseAD.NONLINEAR
642+
@test only(evaluator.backend.subexpressions).linearity ==
643+
ReverseAD.NONLINEAR
643644
end
644645

645646
function test_dual_forward()

0 commit comments

Comments
 (0)