print spaces instead of tabs for higher compatability
cargo devel CI / cargo CI (push) Successful in 1m37s Details

This commit is contained in:
Christoph J. Scherr 2024-02-02 00:00:50 +01:00
parent c9782ef6dc
commit 8ac55cb6e4
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ impl Hedu {
self.sep();
self.display_buf += &format!(
"{:08X} {LINE_SEP_VERT} read total:\t\t {:<8} {:<15}",
"{:08X} {LINE_SEP_VERT} read total: {:<8} {:<15}",
self.rd_counter,
humanbytes(self.rd_counter),
format!("({} B)", self.rd_counter)