Skip to content

Commit 69bb3e9

Browse files
🤖 Format .jl files (#202)
Co-authored-by: tmigot <[email protected]>
1 parent afa02df commit 69bb3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_trust_region.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@testset "Trust Region" begin
22
@testset "aredpred-$(nlp.meta.name)" for nlp in (
33
ADNLPModel(x -> x[1]^2 + 4 * x[2]^2, ones(2), name = "NLP"),
4-
ADNLSModel(x -> [x[1]; 2 * x[2]], ones(2), 2, name = "NLS"),
4+
ADNLSModel(x -> [x[1]; 2 * x[2]], ones(2), 2, name = "NLS"),
55
)
66
x = nlp.meta.x0
77
d = -ones(2)

0 commit comments

Comments
 (0)