Skip to content

Commit d05f5c5

Browse files
committed
formatting test
1 parent 33878e8 commit d05f5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core-test/brmesolve.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343
@test isa(R, QuantumObject)
4444
@test isa(R_eig, QuantumObject)
4545
@test isa(evecs, QuantumObject)
46-
46+
4747
state = rand_dm(N) |> mat2vec
4848
fock_computed = R * state
4949
eig_computed = (sprepost(evecs, evecs') * R_eig * sprepost(evecs', evecs)) * state
@@ -81,7 +81,7 @@ end
8181
@test isa(R, QuantumObject)
8282
@test isa(R_eig, QuantumObject)
8383
@test isa(evecs, QuantumObject)
84-
84+
8585
state = rand_dm(N) |> mat2vec
8686
fock_computed = R * state
8787
eig_computed = (sprepost(evecs, evecs') * R_eig * sprepost(evecs', evecs)) * state

0 commit comments

Comments
 (0)