From ee48f9f6840ee51a3b11ba4c5f9244cca26575b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:35:59 -0500 Subject: [PATCH] :robot: Format .jl files (#77) Co-authored-by: tmigot --- src/NLPModelsIpopt.jl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/NLPModelsIpopt.jl b/src/NLPModelsIpopt.jl index 24750ec..0b701e7 100644 --- a/src/NLPModelsIpopt.jl +++ b/src/NLPModelsIpopt.jl @@ -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