Skip to content

Commit 35c9e97

Browse files
committed
Formatter
1 parent 3d7986d commit 35c9e97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NDTensors/src/lib/BlockSparseArrays/src/abstractblocksparsearray/views.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ for (f, F) in ((:adjoint, :Adjoint), (:transpose, :Transpose))
291291
return $f(view(parent(A), b2, b1))
292292
end
293293
end
294-
end
294+
end

NDTensors/src/lib/SparseArrayInterface/src/abstractsparsearray/wrappedabstractsparsearray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ stored_length(a::Adjoint) = stored_length(parent(a))
1616
function stored_indices(a::Transpose)
1717
return Iterators.map(I -> CartesianIndex(reverse(Tuple(I))), stored_indices(parent(a)))
1818
end
19-
stored_length(a::Transpose) = stored_length(parent(a))
19+
stored_length(a::Transpose) = stored_length(parent(a))

0 commit comments

Comments
 (0)