Skip to content

Commit 9440534

Browse files
committed
Format
1 parent 0678785 commit 9440534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/TensorAlgebraBlockSparseArraysGradedUnitRangesExt/TensorAlgebraBlockSparseArraysGradedUnitRangesExt.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ function TensorAlgebra.random_unitary!(
1616
rng::AbstractRNG,
1717
a::BlockSparseMatrix{<:Any,<:Any,<:Any,<:NTuple{2,AbstractGradedUnitRange}},
1818
)
19-
space_isequal(axes(a, 1), dual(axes(a, 2))) || throw(ArgumentError("Codomain and domain spaces must be equal."))
19+
space_isequal(axes(a, 1), dual(axes(a, 2))) ||
20+
throw(ArgumentError("Codomain and domain spaces must be equal."))
2021
# TODO: Define and use `blockdiagindices`
2122
# or `blockdiaglength`.
2223
for i in 1:blocksize(a, 1)

0 commit comments

Comments
 (0)