Fix cargo fmt

This commit is contained in:
Chris Hennick 2024-04-08 12:11:49 -07:00
parent 161bd87724
commit 52559af930

View file

@ -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()
}
}