From 782e2114483057b084a8779914edc14efa20e51b Mon Sep 17 00:00:00 2001 From: cscherrNT Date: Thu, 18 Jan 2024 12:25:51 +0000 Subject: [PATCH] automatic cargo CI changes --- members/libpt-bintols/src/hedu/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/members/libpt-bintols/src/hedu/mod.rs b/members/libpt-bintols/src/hedu/mod.rs index b31ebbe..7d3e8a2 100644 --- a/members/libpt-bintols/src/hedu/mod.rs +++ b/members/libpt-bintols/src/hedu/mod.rs @@ -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}");