Skip to content

Commit dd7e5e1

Browse files
committed
fix: small errors
1 parent a40c59d commit dd7e5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tbf-parser/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl fmt::Debug for TbfParseError {
9898
}
9999
TbfParseError::ChecksumMismatch(app, calc) => write!(
100100
f,
101-
"Checksum verification failed: app:{:#x}, calc:{:#x}",
101+
"Checksum verification failed: app:{app:#x}, calc:{calc:#x}",
102102
app, calc
103103
),
104104
TbfParseError::BadTlvEntry(tipe) => write!(f, "TLV entry type {tipe} is invalid"),

0 commit comments

Comments
 (0)