mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
clippy fixes
This commit is contained in:
parent
b9d311f16f
commit
f7190dca0f
13 changed files with 23 additions and 25 deletions
|
|
@ -157,7 +157,7 @@ impl fmt::Display for PacketEntity {
|
|||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
writeln!(f, "{}({}) {{", self.entity_index, self.server_class)?;
|
||||
for child in self.props.iter() {
|
||||
writeln!(f, "\t{}", child)?;
|
||||
writeln!(f, "\t{child}")?;
|
||||
}
|
||||
write!(f, "}}")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue