Skip to content

Commit 6d20899

Browse files
committed
Arg, remove random t copy-paste error
1 parent 55165ed commit 6d20899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function Base.permutedims(x::ComponentArray, dims)
7878
axs = getaxes(x)
7979
return ComponentArray(permutedims(getdata(x), dims), map(i->axs[i], dims)...)
8080
end
81-
t
81+
8282
## Indexing
8383
Base.IndexStyle(::Type{<:ComponentArray{T,N,<:A,<:Axes}}) where {T,N,A,Axes} = IndexStyle(A)
8484

0 commit comments

Comments
 (0)