Skip to content

Commit 2187e2f

Browse files
committed
minor format fix
1 parent 0e13372 commit 2187e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactionsystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ function ReactionSystem(eqs, iv, unknowns, ps;
630630
metadata = nothing)
631631

632632
# Error checks
633-
if name === nothing &&
633+
if name === nothing
634634
throw(ArgumentError("The `name` keyword must be provided. Please consider using the `@named` macro"))
635635
end
636636
sysnames = nameof.(systems)
@@ -793,7 +793,7 @@ function make_ReactionSystem_internal(rxs_and_eqs::Vector, iv, us_in, ps_in; spa
793793
usv = collect(us)
794794
psv = collect(ps)
795795

796-
# Passes the processed input into the next `ReactionSystem` call.
796+
# Passes the processed input into the next `ReactionSystem` call.
797797
ReactionSystem(fulleqs, t, usv, psv; spatial_ivs, continuous_events, discrete_events, kwargs...)
798798
end
799799

0 commit comments

Comments
 (0)