Skip to content

Commit

Permalink
Update src/base.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jd-lara and github-actions[bot] authored May 20, 2024
1 parent c660810 commit 4d4b8fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,6 @@ handle_component_addition!(sys::System, component::Component; kwargs...) = nothi

handle_component_removal!(sys::System, component::Component) = nothing


function check_component_addition(sys::System, branch::AreaInterchange; kwargs...)
throw_if_not_attached(get_from_area(branch), sys)
throw_if_not_attached(get_to_area(branch), sys)
Expand Down

0 comments on commit 4d4b8fc

Please sign in to comment.