Skip to content

Commit 04979a4

Browse files
🤖 Format .jl files (#366)
Co-authored-by: dpo <[email protected]>
1 parent de3f89e commit 04979a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include("test_utils.jl")
4949
nls_prob = eval(Meta.parse("ADNLPProblems.$(prob)(use_nls = true)"))
5050
if (typeof(nls_prob) <: ADNLPModels.ADNLSModel) # if the nls_flag is not supported we ignore the prob
5151
test_in_place_residual(prob, nls_prob)
52-
end
52+
end
5353
end
5454

5555
@testset "Test problems compatibility for $prob" begin

0 commit comments

Comments
 (0)