mirror of
https://github.com/nushell/nushell
synced 2024-12-27 13:33:16 +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 {
|
||||
max_column_width
|
||||
};
|
||||
println!("{}", max_column_width);
|
||||
headers[head] = fill(&headers[head], max_column_width);
|
||||
for row in 0..entries.len() {
|
||||
entries[row][head] = fill(&entries[row][head], max_column_width);
|
||||
|
|
Loading…
Reference in a new issue