Skip to content

Commit 75cd516

Browse files
authored
Apply suggestion from @mtfishman
1 parent 2235a26 commit 75cd516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/factorizations/orthnull.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function MatrixAlgebraKit.left_null_svd!(
149149
end
150150
function MatrixAlgebraKit.truncate(
151151
::typeof(left_null!),
152-
(U, S)::Tuple{AbstractBlockSparseMatrix,AbstractBlockSparseMatrix},
152+
(U, S)::Tuple{AbstractBlockSparseMatrix, AbstractBlockSparseMatrix},
153153
strategy::TruncationStrategy,
154154
)
155155
return error("Not implemented.")

0 commit comments

Comments
 (0)