generated from PlexSheep/baserepo
automatic cargo CI changes
This commit is contained in:
parent
751442cec1
commit
782e211448
|
@ -112,7 +112,10 @@ impl Hedu {
|
||||||
}
|
}
|
||||||
self.display_buf += &format!(
|
self.display_buf += &format!(
|
||||||
"******** {LINE_SEP_VERT} {:<49}",
|
"******** {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 {
|
if self.chars {
|
||||||
self.display_buf += &format!("{LINE_SEP_VERT}");
|
self.display_buf += &format!("{LINE_SEP_VERT}");
|
||||||
|
|
Reference in New Issue