Ran rustfmt

This commit is contained in:
electricboogie
2021-04-18 17:40:59 -05:00
parent 258325491f
commit 72858dda42
+2 -2
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);