(no commit message provided)

This commit is contained in:
Andrew Phillips
2025-05-13 08:16:47 -03:00
committed by Andrew Phillips (aider)
parent 9ba3a31e95
commit 7db2a2ab75
7 changed files with 17 additions and 17 deletions

View File

@@ -100,7 +100,7 @@ pub fn mode_status(
true => Cell::new("Yes").with_style(Attr::ForegroundColor(color::GREEN)),
false => Cell::new("No"),
},
match compression_program.program.eq("") {
match compression_program.program.is_empty() {
true => {
Cell::new("<INTERNAL>").with_style(Attr::ForegroundColor(color::BRIGHT_BLACK))
}