Skip to content

Commit 1a02461

Browse files
committed
Should be nothing
1 parent b18a5f3 commit 1a02461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ known_length(x) = known_length(typeof(x))
3636
known_length(::Type{<:NTuple{N,<:Any}}) where {N} = N
3737
known_length(::Type{<:NamedTuple{L}}) where {L} = length(L)
3838
known_length(::Type{T}) where {T<:Base.Slice} = known_length(parent_type(T))
39-
known_length(::Type{T}) where {T} = false
39+
known_length(::Type{T}) where {T} = nothing
4040

4141
"""
4242
can_change_size(::Type{T}) -> Bool

0 commit comments

Comments
 (0)