Skip to content

Commit a3a2789

Browse files
format
1 parent 4cd0b05 commit a3a2789

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/larray.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ end
143143
Base.convert(::Type{AbstractArray{T, N}}, x::LArray{T, N}) where {T, N} = x
144144

145145
function ArrayInterfaceCore.restructure(x::LArray{T, N, D, Syms},
146-
y::LArray{T2, N2, D2, Syms}) where {T, N, D, T2, N2, D2,
147-
Syms}
146+
y::LArray{T2, N2, D2, Syms}) where {T, N, D, T2, N2,
147+
D2,
148+
Syms}
148149
reshape(y, size(x)...)
149150
end
150151

0 commit comments

Comments
 (0)