Skip to content

Commit f61cb81

Browse files
committed
Fix
1 parent 2120d66 commit f61cb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiObjectiveAlgorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ end
580580
function MOI.get(
581581
model::Optimizer,
582582
attr::MOI.VariablePrimal,
583-
x::Vector{MOI.VariableIndex}
583+
x::Vector{MOI.VariableIndex},
584584
)
585585
return MOI.get.(model, attr, x)
586586
end

0 commit comments

Comments
 (0)