Skip to content

Commit 9b5ba0b

Browse files
committed
format
1 parent 698d652 commit 9b5ba0b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/multifusion.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,10 @@ for V in (VIBC, VIBD)
679679
end
680680

681681
@timedtestset "Tensors with symmetry: $Istr $i" verbose = true for (i, V) in
682-
enumerate((VIBC, VIBD, VIBM1, VIBM2,
683-
VIBMop1, VIBMop2))
682+
enumerate((VIBC, VIBD,
683+
VIBM1, VIBM2,
684+
VIBMop1,
685+
VIBMop2))
684686
V1, V2, V3, V4, V5 = V
685687
@timedtestset "Basic tensor properties" begin
686688
W = V1 V2 V3 V4 V5 # fusion matters

0 commit comments

Comments
 (0)