Skip to content
Snippets Groups Projects
Verified Commit 33b0078b authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Clean up printing of generic overlapping

parent 29529d29
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,8 @@ function Base.show(io::IO, printer::BuildingBlockPrinter) ...@@ -69,7 +69,8 @@ function Base.show(io::IO, printer::BuildingBlockPrinter)
if ( if (
block isa AbstractOverlapping && ( block isa AbstractOverlapping && (
ft <: Union{Nothing, BuildingBlock} || ft <: Union{Nothing, BuildingBlock} ||
(ft <: AbstractVector && eltype(ft) <: BuildingBlock) (ft <: AbstractVector && eltype(ft) <: BuildingBlock) ||
name == :interruptions
)) ))
continue continue
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment