Skip to content

Commit f7cb014

Browse files
committed
Format
1 parent 1580319 commit f7cb014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/odesystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ eqs = [
422422
]
423423
@test_throws ArgumentError ODESystem(eqs, t, vars, pars, name = :foo)
424424

425-
# equations without variables are forbidden
426-
# https://github.com/SciML/ModelingToolkit.jl/issues/2727
425+
# equations without variables are forbidden
426+
# https://github.com/SciML/ModelingToolkit.jl/issues/2727
427427
@parameters p q
428428
@test_throws ArgumentError ODESystem([p ~ q], t; name = :foo)
429429
@test_throws ArgumentError ODESystem([p ~ 1], t; name = :foo)

0 commit comments

Comments
 (0)