From 04979a43f1640700e23b00e093d78e0b399140d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:06:35 -0500 Subject: [PATCH] :robot: Format .jl files (#366) Co-authored-by: dpo --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 20befcce..8bd495bb 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -49,7 +49,7 @@ include("test_utils.jl") nls_prob = eval(Meta.parse("ADNLPProblems.$(prob)(use_nls = true)")) if (typeof(nls_prob) <: ADNLPModels.ADNLSModel) # if the nls_flag is not supported we ignore the prob test_in_place_residual(prob, nls_prob) - end + end end @testset "Test problems compatibility for $prob" begin