From f5c66c494dd526f465ba726faf67154d37597f9b Mon Sep 17 00:00:00 2001 From: FHoltorf <32248677+FHoltorf@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:57:47 -0400 Subject: [PATCH] run formatter --- src/trustRegion.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trustRegion.jl b/src/trustRegion.jl index 124c887b2..f2ccb7f63 100644 --- a/src/trustRegion.jl +++ b/src/trustRegion.jl @@ -480,7 +480,7 @@ function trust_region_step!(cache::TrustRegionCache) if iszero(cache.fu) || cache.internalnorm(cache.fu) < cache.abstol cache.force_stop = true end - + elseif radius_update_scheme === RadiusUpdateSchemes.Hei if r > cache.step_threshold take_step!(cache)