Skip to content

Commit

Permalink
Fix missing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Aug 4, 2023
1 parent 91bd84e commit 1d2aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/src/build_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ mod section {
/// Emit contents to the buid output with indentation
pub fn step(&self, contents: impl AsRef<str>) -> PrintControl {
PrintControl::new()
.print_inline(contents)
.print_inline(fmt::step(contents))
.with_separator(" ")
.on_drop_print("\n")
}
Expand Down

0 comments on commit 1d2aeea

Please sign in to comment.