mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
Remove stray println
This commit is contained in:
parent
eb6e24c220
commit
ffd60bb3af
@ -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 New Issue
Block a user