Fixed formatting on table

main
Michal 2 years ago
parent 653a3e16b1
commit 0910c2e78c

@ -73,7 +73,6 @@ pub fn info(verbose: bool) {
let table = tabled::Table::new(&repos)
.with(tabled::Style::modern())
.with(tabled::Width::wrap(width as usize))
.with(tabled::Width::increase(width as usize))
.to_string();
// Print all of the info

Loading…
Cancel
Save