mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
remove redundant space
This commit is contained in:
+2
-2
@@ -473,7 +473,7 @@ fn display_file_name(path: &Path,
|
||||
-> Cell {
|
||||
let mut name = get_file_name(path, strip);
|
||||
|
||||
if ! options.opt_present("long") {
|
||||
if !options.opt_present("long") {
|
||||
name = get_inode(metadata, options) + &name;
|
||||
}
|
||||
|
||||
@@ -536,7 +536,7 @@ fn display_file_name(path: &Path,
|
||||
options: &getopts::Matches)
|
||||
-> Cell {
|
||||
let mut name = get_file_name(path, strip);
|
||||
if ! options.opt_present("long") {
|
||||
if !options.opt_present("long") {
|
||||
name = get_inode(metadata, options) + &name;
|
||||
}
|
||||
let mut width = UnicodeWidthStr::width(&*name);
|
||||
|
||||
Reference in New Issue
Block a user