Skip to content

Commit 5124a3d

Browse files
author
SciML Bot
committed
Apply JuliaFormatter to fix code formatting
- Applied JuliaFormatter with SciML style guide - Formatted 1 files 🤖 Generated by OrgMaintenanceScripts.jl
1 parent 0c04a7f commit 5124a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core_nesteddual.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function foo(du, u, p, t)
6161
end
6262

6363
ps = 2 #use to specify problem size; don't go crazy on this, because of the compilation time...
64-
coeffs = -collect(0.1:0.1:(ps^2 / 10))
64+
coeffs = -collect(0.1:0.1:(ps ^ 2 / 10))
6565
cache = DiffCache(zeros(ps, ps), levels = 3)
6666
prob = ODEProblem{true, SciMLBase.FullSpecialize}(foo, ones(ps, ps), (0.0, 1.0),
6767
(coeffs, cache))

0 commit comments

Comments
 (0)