Skip to content

Commit 2e61eb5

Browse files
committed
Formatting again.
1 parent 7505a50 commit 2e61eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/optimizationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using ModelingToolkit, SparseArrays, Test, Optimization, OptimizationOptimJL,
22
OptimizationMOI, Ipopt, AmplNLWriter, Ipopt_jll
33

44
@variables x y
5-
@constants h = 1
5+
@constants h = 1
66
@parameters a b
77
loss = (a - x)^2 + b * (y * h - x^2)^2
88
sys1 = OptimizationSystem(loss, [x, y], [a, b], name = :sys1)

0 commit comments

Comments
 (0)