Skip to content

Commit 97a5c4b

Browse files
refactor: format
1 parent f2ca0ae commit 97a5c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/systems/diffeqs/odesystem.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ function build_explicit_observed_function(sys, ts;
501501
wrap_array_vars(sys, ts; ps = _ps, dvs = nothing, inputs) .∘
502502
wrap_parameter_dependencies(sys, isscalar)
503503
else
504-
wrap_array_vars(sys, ts; ps = _ps, inputs) .∘ wrap_parameter_dependencies(sys, isscalar)
504+
wrap_array_vars(sys, ts; ps = _ps, inputs) .∘
505+
wrap_parameter_dependencies(sys, isscalar)
505506
end
506507
# Need to keep old method of building the function since it uses `output_type`,
507508
# which can't be provided to `build_function`

0 commit comments

Comments
 (0)