parent
8e13ac99ac
commit
2427708f97
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ impl Display for ApplicationIdentifier {
|
||||||
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
||||||
write!(
|
write!(
|
||||||
f,
|
f,
|
||||||
"D276000124 01 {:02X} {:04X} {:04X} {:08X} 0000",
|
"D276000124 {:02X} {:04X} {:04X} {:08X} 0000",
|
||||||
self.application, self.version, self.manufacturer, self.serial
|
self.application, self.version, self.manufacturer, self.serial
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue