Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Pietro Vertechi <pietro.vertechi@protonmail.com>
  • Loading branch information
jishnub and piever authored Dec 14, 2023
1 parent 69241d8 commit d4bc569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -631,4 +631,4 @@ Base.dataids(u::StructArray) = mapreduce(Base.dataids, (a, b) -> (a..., b...), v

# Since all the components have the same axes, we choose the type of the first one to
# define IteratorSize for a StructArray
Base.IteratorSize(::Type{<:StructArray{<:Any,<:Any,C}}) where {C} = Base.IteratorSize(fieldtype(C,1))
Base.IteratorSize(::Type{<:StructArray{<:Any,<:Any,C}}) where {C} = Base.IteratorSize(fieldtype(C, 1))

0 comments on commit d4bc569

Please sign in to comment.