Skip to content

Commit 9a5595e

Browse files
committed
Fix format
1 parent 6738219 commit 9a5595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MultiObjectiveAlgorithmsPolyhedraExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function MOA.minimize_multiobjective!(
4949
algorithm::MOA.Sandwiching,
5050
model::MOA.Optimizer,
5151
)
52-
@assert MOI.get(model.inner, MOI.ObjectiveSense()) == MOI.MIN_SENSE
52+
@assert MOI.get(model.inner, MOI.ObjectiveSense()) == MOI.MIN_SENSE
5353
start_time = time()
5454
solutions = Dict{Vector{Float64},Dict{MOI.VariableIndex,Float64}}()
5555
variables = MOI.get(model.inner, MOI.ListOfVariableIndices())

0 commit comments

Comments
 (0)