Skip to content

Commit eadea40

Browse files
committed
format
1 parent af4dc93 commit eadea40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ let
736736

737737
pmap = [k1 => 1, k2 => 1]
738738
tspan = (0.0, 1.0)
739-
prob = ODEProblem(sys, u0map, tspan, pmap);
739+
prob = ODEProblem(sys, u0map, tspan, pmap)
740740
@test eltype(vcat(prob.p...)) === Float64
741741

742742
prob = ODEProblem(sys, u0map, tspan, pmap)

0 commit comments

Comments
 (0)