Skip to content

Commit 1adc660

Browse files
committed
formatter
1 parent c34f093 commit 1adc660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_issues.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using Test: @test, @testset
1414
@test U * S * Vᴴ a
1515
@test U' * U LinearAlgebra.I
1616
@test Vᴴ * Vᴴ' LinearAlgebra.I
17-
17+
1818
U, S, Vᴴ = svd_full(a);
1919

2020
@test U * S * Vᴴ a

0 commit comments

Comments
 (0)