Skip to content

display(::Array{Array}) could use more newlines #8657

@jiahao

Description

@jiahao

I feel that an extra newline before the second 1x2 Array{Int64,2}: block would be more readable:

julia> Array[[1 2] [3 4]]
1x2 Array{Array{T,N},2}:
 1x2 Array{Int64,2}:
 1  2  1x2 Array{Int64,2}:
 3  4

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIndicates a good issue for first-time contributors to Julia

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions