Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Sep 29, 2021
1 parent 57dfc21 commit 22ca56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_linop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ function test_linop()
C = sprand(2, 4, 0.5)
D = [
Diagonal([0.5; 0.25; 0.125]) zeros(3, 2) zeros(3, 4)
zeros(4, 3) B zeros(4, 4)
zeros(2, 3) zeros(2, 2) C
zeros(4, 3) B zeros(4, 4)
zeros(2, 3) zeros(2, 2) C
]
M = BlockDiagonalOperator(A, B, C)
@test size(M, 1) == size(A, 1) + size(B, 1) + size(C, 1)
Expand Down

0 comments on commit 22ca56d

Please sign in to comment.