Skip to content

Commit 3f4d399

Browse files
Update array_partition.jl
1 parent ded713d commit 3f4d399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_partition.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Juno.@render Juno.Inline x::ArrayPartition begin
208208
Juno.LazyTree(typeof(x), () -> [Juno.SubTree(Juno.Text("$f"), Juno.getfield′(x, f)) for f in fields])
209209
end
210210
Base.summary(A::ArrayPartition) = string(typeof(A), " with arrays:")
211-
Base.show(io::IO,A::ArrayPartition) = (Base.show.(io,A.x); nothing)
211+
Base.show(io::IO,A::ArrayPartition) = Base.show.(io,A.x)
212212

213213
## broadcasting
214214

0 commit comments

Comments
 (0)