Skip to content

Commit

Permalink
🤖 Format .jl files (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <tmigot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tmigot authored Jan 27, 2022
1 parent a13d9bd commit ee48f9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/NLPModelsIpopt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,7 @@ function ipopt(nlp::AbstractNLPModel; callback::Union{Function, Nothing} = nothi
multipliers = problem.mult_g,
multipliers_L = problem.mult_x_L,
multipliers_U = problem.mult_x_U,
solver_specific = Dict(
:internal_msg => Ipopt._STATUS_CODES[status],
:real_time => real_time,
),
solver_specific = Dict(:internal_msg => Ipopt._STATUS_CODES[status], :real_time => real_time),
)
end

Expand Down

0 comments on commit ee48f9f

Please sign in to comment.