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: '{:?}'
|
||||
Data : '{:?}'",
|
||||
self.owning_module_name,
|
||||
self.id,
|
||||
self.header,
|
||||
self.data,
|
||||
self.id);
|
||||
self.data);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue