Skip to content

Commit 55ca680

Browse files
authored
Merge pull request #183 from oscardssmith/patch-1
2 parents cecb4a5 + 90bd6cd commit 55ca680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function permute_nesting(a::AbstractArray{<:AbstractArray})
112112
end
113113
end
114114

115-
function permute_nesting(a::Tuple{Vararg{<:AbstractArray}})
115+
function permute_nesting(a::Tuple{Vararg{AbstractArray}})
116116
array_of_tuples(a)
117117
end
118118

0 commit comments

Comments
 (0)