Clippy pass
This commit is contained in:
parent
5f57c5aed3
commit
c29d463adf
@ -218,7 +218,7 @@ impl fmt::Display for Stmt {
|
|||||||
}
|
}
|
||||||
if let Some(block) = else_block {
|
if let Some(block) = else_block {
|
||||||
write!(f, "else")?;
|
write!(f, "else")?;
|
||||||
write_block(f, &block)?;
|
write_block(f, block)?;
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user