Skip to content

Commit

Permalink
remove extra whitespace line
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Apr 1, 2023
1 parent 06298c2 commit 2874814
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Dimensions/dimension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ x = A[X(2), Y(3)]
12-element DimArray{Float64,1} with dimensions:
Ti Sampled{DateTime} DateTime("2021-01-01T00:00:00"):Month(1):DateTime("2021-12-01T00:00:00") ForwardOrdered Regular Points
and reference dimensions:
Y Categorical{Char} Char['c'] ForwardOrdered,
X Sampled{Int64} 4:2:4 ForwardOrdered Regular Points
Expand All @@ -79,7 +78,6 @@ x = A[X(Between(3, 4)), Y(At('b'))]
1×12 DimArray{Float64,2} with dimensions:
X Sampled{Int64} 4:2:4 ForwardOrdered Regular Points,
Ti Sampled{DateTime} DateTime("2021-01-01T00:00:00"):Month(1):DateTime("2021-12-01T00:00:00") ForwardOrdered Regular Points
and reference dimensions:
Y Categorical{Char} Char['b'] ForwardOrdered
2021-01-01T00:00:00 … 2021-12-01T00:00:00
Expand Down
1 change: 0 additions & 1 deletion src/array/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function Base.show(io::IO, mime::MIME"text/plain", A::AbstractDimArray)
summary(io, A)
print_name(io, name(A))
lines += Dimensions.print_dims(io, mime, dims(A))
!(isempty(dims(A)) || isempty(refdims(A))) && println(io)
lines += Dimensions.print_refdims(io, mime, refdims(A))

# Printing the array data is optional, subtypes can
Expand Down

0 comments on commit 2874814

Please sign in to comment.