remove extra blank line in hexdump output

This commit is contained in:
Scott Lamb 2022-04-12 14:06:29 -07:00
parent 3153355807
commit ed7be5da0e

View File

@ -28,7 +28,7 @@ impl<'a> std::fmt::Debug for LimitedHex<'a> {
self.inner
};
writeln!(f, "Length: {0} (0x{0:x}) bytes", self.inner.len())?;
writeln!(
write!(
f,
"{:#?}",
print.hex_conf(pretty_hex::HexConfig {