remove extra blank line in hexdump output
This commit is contained in:
parent
3153355807
commit
ed7be5da0e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user