Fix cargo fmt
This commit is contained in:
parent
161bd87724
commit
52559af930
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ impl FromCp437 for Box<[u8]> {
|
|||
String::from_utf8(self.into()).unwrap()
|
||||
} else {
|
||||
self.iter().copied().map(to_char).collect()
|
||||
}.into_boxed_str()
|
||||
}
|
||||
.into_boxed_str()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue