mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
improve the wordin
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
parent
8826e47d36
commit
8931cfa93d
1 changed files with 2 additions and 2 deletions
|
@ -2395,8 +2395,8 @@ fn display_grid(
|
|||
writeln!(out)?;
|
||||
}
|
||||
} else {
|
||||
// To match gnu/tests/ls/stat-dtype.sh
|
||||
// we might want to have Text("\t".to_string());
|
||||
// TODO: To match gnu/tests/ls/stat-dtype.sh
|
||||
// we might want to have Filling::Text("\t".to_string());
|
||||
let filling = Filling::Spaces(2);
|
||||
let mut grid = Grid::new(GridOptions { filling, direction });
|
||||
|
||||
|
|
Loading…
Reference in a new issue