Skip to content

Commit 60daa93

Browse files
authored
Apply suggestion from @mtfishman
1 parent 86d6430 commit 60daa93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/BlockSparseArraysTensorAlgebraExt/BlockSparseArraysTensorAlgebraExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using TensorAlgebra: TensorAlgebra, BlockedTuple, FusionStyle, matricize, matric
1010
const BlockReshapeFusion = typeof(FusionStyle(AbstractBlockArray))
1111

1212
function TensorAlgebra.tensor_product_axis(
13-
style::BlockReshapeFusion, side::Val{:codomain}, r1::BlockUnitRange, r2::BlockUnitRange,
13+
style::BlockReshapeFusion, side::Val{:codomain}, r1::BlockUnitRange, r2::BlockUnitRange
1414
)
1515
return tensor_product_blockrange(style, side, r1, r2)
1616
end

0 commit comments

Comments
 (0)