Skip to content

Commit

Permalink
feat: add an eol and eof
Browse files Browse the repository at this point in the history
The reason of this change is due to [posix definition of a line](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206)
  • Loading branch information
MartinFillon committed Apr 30, 2024
1 parent c7b7d30 commit 45ed026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn main() -> std::io::Result<()> {
.iter()
.map(|subset| {
format!(
"bin.name = \"{}\"\nargs = \"{} {}\"",
"bin.name = \"{}\"\nargs = \"{} {}\"\n",
&config.binary.as_ref().unwrap(),
&config.args.as_ref().unwrap(),
subset.join(" ")
Expand Down

0 comments on commit 45ed026

Please sign in to comment.