diff --git a/src/operations/info.rs b/src/operations/info.rs index 5b76506..3eb7e27 100644 --- a/src/operations/info.rs +++ b/src/operations/info.rs @@ -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