Skip to content

Commit 2f07942

Browse files
format
1 parent 73ce14f commit 2f07942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector_of_array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Base.@propagate_inbounds function _getindex(A::AbstractVectorOfArray{T, N},
305305
reshape(reduce(hcat, vecs), size(A.u[1])..., length(A.u)))
306306
end
307307
Base.@propagate_inbounds function _getindex(A::AbstractVectorOfArray{T, N},
308-
::NotSymbolic, I::Colon...) where {T <: Number, N}
308+
::NotSymbolic, I::Colon...) where {T <: Number, N}
309309
@assert length(I) == ndims(A.u)
310310
return A.u[I...]
311311
end

0 commit comments

Comments
 (0)