mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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,
|
||||
}
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue