Skip to content

Commit a2e704c

Browse files
Update array_partition.jl
1 parent 9073ad1 commit a2e704c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/array_partition.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ Juno.@render Juno.Inline x::ArrayPartition begin
209209
end
210210
Base.summary(A::ArrayPartition) = string(typeof(A), " with arrays:")
211211
Base.show(io::IO,A::ArrayPartition) = Base.show.(io,A.x)
212+
Base.show(io::IO, m::MIME"text/plain", A::ArrayPartition) = show(io, m, A.x)
212213

213214
## broadcasting
214215

0 commit comments

Comments
 (0)