fix: remove misplaced string_column call in common.rs

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 12:38:57 -03:00
parent 33757dabee
commit d1bdc3f187

View File

@@ -63,5 +63,4 @@ pub const FORMAT_BOX_CHARS_NO_BORDER_LINE_SEPARATOR: prettytable::format::TableF
)
.padding(1, 1)
.build();
string_column(format_size(size, human_readable), column_width)
}