Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Dec 11, 2019
1 parent ccf0017 commit ce857fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/register.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ end
@testset "overlap between two focused reg" begin
rega = rand_state(5)
regb = rand_state(5)
reg1 = focus!(copy(rega), (3,2,4))
reg2 = focus!(copy(regb), (3,2,4))
@test reg1'*reg2 rega'*regb
reg1 = focus!(copy(rega), (3, 2, 4))
reg2 = focus!(copy(regb), (3, 2, 4))
@test reg1' * reg2 rega' * regb
end

0 comments on commit ce857fb

Please sign in to comment.