mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
chore: standardize creation of empty strings
This commit is contained in:
parent
efa0fd498b
commit
9a2174ba02
15 changed files with 48 additions and 48 deletions
|
@ -1174,7 +1174,7 @@ fn test_ls_long_symlink_color() {
|
|||
captures.get(1).unwrap().as_str().to_string(),
|
||||
captures.get(2).unwrap().as_str().to_string(),
|
||||
),
|
||||
None => ("".to_string(), input.to_string()),
|
||||
None => (String::new(), input.to_string()),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue