mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
formatting
This commit is contained in:
parent
7461bbcd87
commit
96bf75469a
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue