Skip to content

Commit

Permalink
Ensure processed output ends on a new line (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamas authored Apr 13, 2024
1 parent 37b693f commit ecd98f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/src/cmd/post_process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ impl PostProcessCmd {
}
}

write!(
writeln!(
wr,
"; Processed by klipper_estimator {}, {}",
env!("TOOL_VERSION"),
Expand Down

0 comments on commit ecd98f3

Please sign in to comment.