Skip to content

Commit

Permalink
fixup! ninja: split NinjaRule::Display::fmt() into individual writes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 6, 2024
1 parent d0cf758 commit c8f28fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ninja/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ impl<'a> fmt::Display for NinjaRule<'a> {
write!(f, " pool = {pool}\n")?;
}

write!(f, "\n")?;

Ok(())
}
}
Expand Down

0 comments on commit c8f28fe

Please sign in to comment.