Skip to content

Commit 8b4f756

Browse files
refactor: format
1 parent 72ac0ce commit 8b4f756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ mat = Array(va)
5656
@test all(va'[i] == mat'[i] for i in eachindex(mat'))
5757
@test Array(va') == mat'
5858

59-
@test !ArrayInterface.issingular(VectorOfArray([rand(2),rand(2)]))
59+
@test !ArrayInterface.issingular(VectorOfArray([rand(2), rand(2)]))

0 commit comments

Comments
 (0)