mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Added one more space to size in FsEntry::fmt, since sometimes size has 4 digits
This commit is contained in:
@@ -273,7 +273,7 @@ impl std::fmt::Display for FsEntry {
|
||||
};
|
||||
write!(
|
||||
f,
|
||||
"{:24}\t{:12}\t{:12}\t{:9}\t{:17}",
|
||||
"{:24}\t{:12}\t{:12}\t{:10}\t{:17}",
|
||||
name, mode, username, size, datetime
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user