Skip to content

Commit 2a0eadc

Browse files
Merge pull request #2096 from SciML/myb/format
format
2 parents 7059862 + 9cb018d commit 2a0eadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/optimization/modelingtoolkitize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function modelingtoolkitize(prob::DiffEqBase.OptimizationProblem; kwargs...)
1212
end
1313

1414
vars = ArrayInterface.restructure(prob.u0,
15-
[variable(:x, i) for i in eachindex(prob.u0)])
15+
[variable(:x, i) for i in eachindex(prob.u0)])
1616
params = p isa DiffEqBase.NullParameters ? [] :
1717
ArrayInterface.restructure(p, [variable(, i) for i in eachindex(p)])
1818

0 commit comments

Comments
 (0)