Skip to content

Commit

Permalink
rm trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed May 11, 2019
1 parent 54ab3de commit 6209e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/test/svd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ end
end

x = [0.1 0.2; 0.3 0.4]

for alg in [LinearAlgebra.Simple(), LinearAlgebra.DivideAndConquer()]
sx1 = svd(x, alg = alg)
@test sx1.U * Diagonal(sx1.S) * sx1.Vt x
Expand Down

0 comments on commit 6209e7e

Please sign in to comment.