Skip to content

Commit f56525c

Browse files
committed
Format
1 parent 77cc6c3 commit f56525c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/svd.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ end
109109
end
110110
end
111111

112-
@testset "svd_trunc! mix maxrank and tol for T = $T" for T in (Float32, Float64, ComplexF32,
113-
ComplexF64)
112+
@testset "svd_trunc! mix maxrank and tol for T = $T" for T in
113+
(Float32, Float64, ComplexF32,
114+
ComplexF64)
114115
rng = StableRNG(123)
115116
if LinearAlgebra.LAPACK.version() < v"3.12.0"
116117
algs = (LAPACK_DivideAndConquer(), LAPACK_QRIteration(), LAPACK_Bisection())

0 commit comments

Comments
 (0)