Skip to content

Commit 0ce6f6c

Browse files
committed
format
1 parent a49fcb6 commit 0ce6f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JuMP_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ function _soc1_ncuts(opt)
510510
JuMP.set_integer(x)
511511
JuMP.optimize!(m)
512512
@test JuMP.termination_status(m) == MOI.INFEASIBLE
513-
513+
514514
JuMP.delete(m, xlb2)
515515
JuMP.@constraint(m, x >= 0.5)
516516
JuMP.optimize!(m)

0 commit comments

Comments
 (0)