Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Feb 6, 2024
1 parent 47acfb0 commit 905669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl fmt::Display for Mail<'_> {
.map(|el| format!("\"{el}\""))
.collect::<Vec<_>>()
.join(", ");

write!(
f,
"{{\"from\": \"{}\", \"to\": [{}], \"subject\": \"{}\", \"html\": \"{}\"}}",
Expand Down

0 comments on commit 905669c

Please sign in to comment.