Skip to content

Commit d564210

Browse files
committed
Apply formatter
1 parent 54a3b3d commit d564210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/decompression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ function decompress!(
782782
for j in 1:n
783783
for k in nzrange(A_and_noAᵀ, j)
784784
i = rvA[k]
785-
A[i-n, j] = nzA[k]
785+
A[i - n, j] = nzA[k]
786786
end
787787
end
788788
return A

0 commit comments

Comments
 (0)