Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
josemoura212 committed Jun 15, 2024
1 parent 856fd3f commit 9612b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/email_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl EmailClient {
let request_body = SendEmailRequest {
from: self.sender.as_ref(),
to: recipient.as_ref(),
subject: subject,
subject,
html_body: html_content,
text_body: text_content,
};
Expand Down

0 comments on commit 9612b1e

Please sign in to comment.