mirror of
https://github.com/nushell/nushell.git
synced 2025-02-17 02:50:56 +01:00
Remove stray println
This commit is contained in:
parent
eb6e24c220
commit
ffd60bb3af
@ -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 New Issue
Block a user