Skip to content

Commit 40df071

Browse files
add missing comma
1 parent 0b6edca commit 40df071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/pde/pdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct PDESystem <: ModelingToolkit.AbstractMultivariateSystem
6464
ps=SciMLBase.NullParameters();
6565
defaults=Dict(),
6666
connection_type = nothing,
67-
checks::Bool = true
67+
checks::Bool = true,
6868
name
6969
)
7070
if checks

0 commit comments

Comments
 (0)