Skip to content

Commit 5c4bb06

Browse files
committed
🤖 Format .jl files
1 parent 2cd59e5 commit 5c4bb06

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/test_adjtrans.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function test_derived_adjoint()
8383
@test aopA * v adjoint(A) * v
8484
@test topA * v transpose(A) * v
8585

86-
8786
v = rand(3) + im * rand(3)
8887
@test copA * v conj(A) * v
8988
v = rand(3)
@@ -136,7 +135,6 @@ function test_derived_transpose()
136135
@test aopA * v adjoint(A) * v
137136
@test topA * v transpose(A) * v
138137

139-
140138
v = rand(3) + im * rand(3)
141139
@test copA * v conj(A) * v
142140
v = rand(3)

0 commit comments

Comments
 (0)