Skip to content

Commit 9a253ca

Browse files
committed
Fix formatting
1 parent 8b3834d commit 9a253ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/decompression.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@ end
534534
function decompress!(
535535
A::AbstractMatrix, B::AbstractMatrix, result::TreeSetColoringResult, uplo::Symbol=:F
536536
)
537-
(; ag, color, reverse_bfs_orders, tree_edge_indices, nt, diagonal_indices, buffer) = result
537+
(; ag, color, reverse_bfs_orders, tree_edge_indices, nt, diagonal_indices, buffer) =
538+
result
538539
(; S) = ag
539540
uplo == :F && check_same_pattern(A, S)
540541
R = eltype(A)

0 commit comments

Comments
 (0)