Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 21, 2024
1 parent f10e8d2 commit dea6305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/systems/systems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ function structural_simplify(
sys::AbstractSystem, io = nothing; simplify = false, split = true,
allow_symbolic = true, allow_parameter = true, conservative = false, fully_determined = true,
kwargs...)
newsys′ = __structural_simplify(sys, io; simplify,
allow_symbolic = true, allow_parameter = true, conservative = false, fully_determined = true,
kwargs...)
newsys′ = __structural_simplify(sys, io; simplify,
allow_symbolic = true, allow_parameter = true, conservative = false, fully_determined = true,
kwargs...)
if newsys′ isa Tuple
@assert length(newsys′) == 2
newsys = newsys′[1]
Expand Down

0 comments on commit dea6305

Please sign in to comment.