Skip to content

Commit 1d75d7f

Browse files
chore: apply formatting suggestion
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98ef805 commit 1d75d7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SimpleNonlinearSolve/src/utils.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ end
118118
function check_termination(cache, fx, x, xo, _, ::AbstractSafeNonlinearTerminationMode)
119119
return cache(fx, x, xo), cache.retcode, fx, x
120120
end
121-
function check_termination(cache, fx, x, xo, prob, ::AbstractSafeBestNonlinearTerminationMode)
121+
function check_termination(
122+
cache, fx, x, xo, prob, ::AbstractSafeBestNonlinearTerminationMode)
122123
if cache(fx, x, xo)
123124
x = cache.u
124125
if SciMLBase.isinplace(prob)

0 commit comments

Comments
 (0)