mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Ran rustfmt
This commit is contained in:
parent
258325491f
commit
72858dda42
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ struct GlobalSettings {
|
||||||
tmp_dir: PathBuf,
|
tmp_dir: PathBuf,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl GlobalSettings {
|
impl GlobalSettings {
|
||||||
// It's back to do conversions for command line opts!
|
// It's back to do conversions for command line opts!
|
||||||
// Probably want to do through numstrcmp somehow now?
|
// Probably want to do through numstrcmp somehow now?
|
||||||
fn human_numeric_convert(a: &str) -> usize {
|
fn human_numeric_convert(a: &str) -> usize {
|
||||||
let num_part = leading_num_common(a);
|
let num_part = leading_num_common(a);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue