Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gvidigal-psr committed Jul 1, 2024
1 parent 3389df9 commit 89ae1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ function MOI.optimize!(model::Optimizer)
end
MOI.optimize!(model.optimizer)
if MOI.get(model, MOI.DualStatus()) != MOI.NO_SOLUTION &&
model.evaluate_duals
model.evaluate_duals
_compute_dual_of_parameters!(model)
end
return
Expand Down

0 comments on commit 89ae1f7

Please sign in to comment.