1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Ran rustfmt

This commit is contained in:
electricboogie 2021-04-18 17:40:59 -05:00
parent 258325491f
commit 72858dda42

View file

@ -127,8 +127,8 @@ struct GlobalSettings {
tmp_dir: PathBuf,
}
impl GlobalSettings {
// It's back to do conversions for command line opts!
impl GlobalSettings {
// It's back to do conversions for command line opts!
// Probably want to do through numstrcmp somehow now?
fn human_numeric_convert(a: &str) -> usize {
let num_part = leading_num_common(a);