Skip to content

Commit

Permalink
Remove unused method parameter (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Mar 8, 2023
1 parent 88bc9ff commit 34a2fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objective_coefficients.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Set the dual model objective sense.
function set_dual_model_sense(
dual_model::MOI.ModelLike,
primal_model::MOI.ModelLike,
)::Nothing where {T}
)::Nothing
# Get model sense
primal_sense = MOI.get(primal_model, MOI.ObjectiveSense())
# Set dual model sense
Expand Down

0 comments on commit 34a2fc6

Please sign in to comment.