Skip to content

Commit e11e830

Browse files
committed
Fix format
1 parent 108116c commit e11e830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/MOI_wrapper.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function test_runtests()
3131
infeasible_status=MOI.LOCALLY_INFEASIBLE,
3232
exclude=Any[MOI.VariableBasisStatus, MOI.ConstraintBasisStatus, MOI.ConstraintName],
3333
)
34-
MOI.Test.runtests(model, config; include=["test_basic_"], verbose = true)
34+
MOI.Test.runtests(model, config; include=["test_basic_"], verbose=true)
3535
return
3636
end
3737

@@ -85,13 +85,13 @@ function test_MOI_Test_cached()
8585
# ConstraintDual not supported for SecondOrderCone
8686
second_order_exclude...,
8787
],
88-
verbose = true,
88+
verbose=true,
8989
)
9090
# Run the tests for second_order_exclude, this time excluding
9191
# `MOI.ConstraintDual` and `MOI.DualObjectiveValue`.
9292
push!(config.exclude, MOI.ConstraintDual)
9393
push!(config.exclude, MOI.DualObjectiveValue)
94-
MOI.Test.runtests(model, config; include=second_order_exclude, verbose = true)
94+
MOI.Test.runtests(model, config; include=second_order_exclude, verbose=true)
9595
return
9696
end
9797

0 commit comments

Comments
 (0)