automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-01-18 12:25:51 +00:00 committed by github-actions[bot]
parent 751442cec1
commit 782e211448
1 changed files with 4 additions and 1 deletions

View File

@ -112,7 +112,10 @@ impl Hedu {
}
self.display_buf += &format!(
"******** {LINE_SEP_VERT} {:<49}",
format!("(repeats {} lines)", self.data_idx - start_line / (BYTES_PER_LINE) + 1)
format!(
"(repeats {} lines)",
self.data_idx - start_line / (BYTES_PER_LINE) + 1
)
);
if self.chars {
self.display_buf += &format!("{LINE_SEP_VERT}");