Skip to content

Commit 72260d7

Browse files
🤖 Format .jl files (#117)
Co-authored-by: tmigot <tmigot@users.noreply.github.com>
1 parent 6ef32fc commit 72260d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ function SolverCore.solve!(
172172

173173
iter += 1
174174

175-
r, good_grad, ∇fnext = SolverTools.compute_r(nlp, ft, Δf, Δq, slope, d, xtnext, workspace, robust)
175+
r, good_grad, ∇fnext =
176+
SolverTools.compute_r(nlp, ft, Δf, Δq, slope, d, xtnext, workspace, robust)
176177

177178
if Δq < 0.0 # very unsucessful
178179
verbose > 0 &&

0 commit comments

Comments
 (0)