Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 21, 2025
1 parent 73801e4 commit 2f6ba78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,7 @@ end

function _add_variable(model::Optimizer, inner_vi)
_next_variable_index!(model)
return MOI.Utilities.CleverDicts.add_item(
model.variables,
inner_vi,
)
return MOI.Utilities.CleverDicts.add_item(model.variables, inner_vi)
end

function MOI.add_variable(model::Optimizer)
Expand Down

0 comments on commit 2f6ba78

Please sign in to comment.