chore(fmt): Apply 'cargo fmt' to the whole code base
This commit is contained in:
parent
cf06ac4f82
commit
3c0152a331
6 changed files with 39 additions and 29 deletions
|
|
@ -47,7 +47,10 @@ impl ScopeSequence {
|
|||
if self.0.len() != text.len() {
|
||||
panic!(
|
||||
"Inconsistent scope sequence: {:?}",
|
||||
self.0.iter().zip(text.iter().map(|c| *c as char)).collect::<Vec<_>>()
|
||||
self.0
|
||||
.iter()
|
||||
.zip(text.iter().map(|c| *c as char))
|
||||
.collect::<Vec<_>>()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue