Skip to content

Commit d997050

Browse files
committed
last formatting
1 parent e96df2f commit d997050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactionsystem_serialisation/serialise_fields.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,15 @@ function get_discrete_events_annotation(rn::ReactionSystem)
466466
end
467467

468468
# Combines the 3 -related functions in a constant tuple.
469-
DISCRETE_EVENTS_FS = (seri_has_discrete_events, get_discrete_events_string,
469+
DISCRETE_EVENTS_FS = (seri_has_discrete_events, get_discrete_events_string,
470470
get_discrete_events_annotation)
471471

472472
### Handles Systems ###
473473

474474
# Specific `push_field` function, which is used for the system field (where the annotation option
475475
# must be passed to the `get_component_string` function). Since non-ReactionSystem systems cannot be
476476
# written to file, this function throws an error if any such systems are encountered.
477-
function push_systems_field(file_text::String, rn::ReactionSystem, annotate::Bool,
477+
function push_systems_field(file_text::String, rn::ReactionSystem, annotate::Bool,
478478
top_level::Bool)
479479
# Checks whether there are any subsystems, and if these are ReactionSystems.
480480
seri_has_systems(rn) || (return (file_text, false))

0 commit comments

Comments
 (0)