From 0910c2e78c54cbbf1260f44ee0ff2995680b4f37 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 23 Jul 2022 16:15:34 +0100 Subject: [PATCH] Fixed formatting on table --- src/operations/info.rs | 1 - 1 file changed, 1 deletion(-) 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