mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
fix a typo
This commit is contained in:
parent
c69b72c840
commit
ece5e14b0d
1 changed files with 1 additions and 1 deletions
|
@ -1616,7 +1616,7 @@ fn display_file_name(path: &PathData, strip: Option<&Path>, config: &Config) ->
|
|||
}
|
||||
}
|
||||
|
||||
// We need to keep track of the width ourselfs instead of letting term_grid
|
||||
// We need to keep track of the width ourselves instead of letting term_grid
|
||||
// infer it because the color codes mess up term_grid's width calculation.
|
||||
let mut width = name.width();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue