diff --git a/src/modes/common.rs b/src/modes/common.rs index 92aa5cc..bd9e879 100644 --- a/src/modes/common.rs +++ b/src/modes/common.rs @@ -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) }