Skip to content

Commit

Permalink
No extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoppi committed Mar 9, 2024
1 parent 01853a7 commit d8bf2f7
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 @@ -86,6 +86,6 @@ fn main() {
f.write_all(cleaned.as_bytes())
.expect("something went wrong writing the file");
} else {
println!("{}", cleaned);
print!("{}", cleaned);
}
}

0 comments on commit d8bf2f7

Please sign in to comment.