Skip to content

Commit 9bacd11

Browse files
committed
Format
1 parent 0bda727 commit 9bacd11

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_basics.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ using Test: @test, @test_broken, @testset
77
@testset "Basics" begin
88
i, j = Index.((2, 2))
99
x = randn(2, 2)
10-
for a in (
11-
ITensor(x, i, j),
12-
ITensor(x, (i, j)),
13-
)
10+
for a in (ITensor(x, i, j), ITensor(x, (i, j)))
1411
@test unname(a) == x
1512
@test plev(i) == 0
1613
@test plev(prime(i)) == 1

0 commit comments

Comments
 (0)