formatting

This commit is contained in:
Folkert 2022-05-10 00:48:57 +02:00
parent 7461bbcd87
commit 96bf75469a
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -282,6 +282,9 @@ impl Sccs {
self.matrix.length
};
self.matrix.bitvec.chunks_exact(length).take(self.components)
self.matrix
.bitvec
.chunks_exact(length)
.take(self.components)
}
}