Merge RunWithoutFile and Run

This commit is contained in:
Felix Schütt
2022-10-13 18:54:11 +02:00
parent a1548ec7ff
commit 7419be1830
2 changed files with 27 additions and 62 deletions

View File

@@ -484,7 +484,7 @@ fn print_packages() -> Result<(), anyhow::Error> {
table.set_format(*format::consts::FORMAT_NO_COLSEP);
if empty_table {
table.add_empty_row();
}
}
let _ = table.printstd();
Ok(())