Fixed formatting on table

main
Michal 2 years ago
parent 5df1907fb4
commit 68e12aa959
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -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