Fix: Debug for File implementation
This commit is contained in:
parent
d20ace3e80
commit
24e1ea2522
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ impl Debug for File {
|
||||||
Header: '{:?}'
|
Header: '{:?}'
|
||||||
Data : '{:?}'",
|
Data : '{:?}'",
|
||||||
self.owning_module_name,
|
self.owning_module_name,
|
||||||
|
self.id,
|
||||||
self.header,
|
self.header,
|
||||||
self.data,
|
self.data);
|
||||||
self.id);
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue