Skip to content

Commit 3fd2b11

Browse files
committed
Formatter
1 parent c19bef3 commit 3fd2b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/testsuite/decompositions

test/testsuite/decompositions/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using TestExtras
22
using GenericLinearAlgebra
33
using LinearAlgebra: opnorm
44

5-
function test_svd(T::Type, sz; test_compact::Bool = true, test_full::Bool = true, test_trunc::Bool = true, kwargs...)
5+
function test_svd(T::Type, sz; test_compact::Bool = true, test_full::Bool = true, test_trunc::Bool = true, kwargs...)
66
summary_str = testargs_summary(T, sz)
77
return @testset "svd $summary_str" begin
88
test_compact && test_svd_compact(T, sz; kwargs...)

0 commit comments

Comments
 (0)