fix: remove misplaced string_column call in common.rs
This commit is contained in:
@@ -63,5 +63,4 @@ pub const FORMAT_BOX_CHARS_NO_BORDER_LINE_SEPARATOR: prettytable::format::TableF
|
|||||||
)
|
)
|
||||||
.padding(1, 1)
|
.padding(1, 1)
|
||||||
.build();
|
.build();
|
||||||
string_column(format_size(size, human_readable), column_width)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user