mirror of
https://github.com/nushell/nushell
synced 2025-01-28 04:45:18 +00:00
Remove stray println
This commit is contained in:
parent
eb6e24c220
commit
ffd60bb3af
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ impl TableView {
|
||||||
} else {
|
} else {
|
||||||
max_column_width
|
max_column_width
|
||||||
};
|
};
|
||||||
println!("{}", max_column_width);
|
|
||||||
headers[head] = fill(&headers[head], max_column_width);
|
headers[head] = fill(&headers[head], max_column_width);
|
||||||
for row in 0..entries.len() {
|
for row in 0..entries.len() {
|
||||||
entries[row][head] = fill(&entries[row][head], max_column_width);
|
entries[row][head] = fill(&entries[row][head], max_column_width);
|
||||||
|
|
Loading…
Reference in a new issue