mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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)?;
|
writeln!(out)?;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// To match gnu/tests/ls/stat-dtype.sh
|
// TODO: To match gnu/tests/ls/stat-dtype.sh
|
||||||
// we might want to have Text("\t".to_string());
|
// we might want to have Filling::Text("\t".to_string());
|
||||||
let filling = Filling::Spaces(2);
|
let filling = Filling::Spaces(2);
|
||||||
let mut grid = Grid::new(GridOptions { filling, direction });
|
let mut grid = Grid::new(GridOptions { filling, direction });
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue