Skip to content

Commit

Permalink
Update send-email.rs
Browse files Browse the repository at this point in the history
rustfmt
  • Loading branch information
DavidSouther committed Sep 13, 2023
1 parent c90dacc commit e2f19b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_dev_preview/examples/ses/src/bin/send-email.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn send_message(

let cs: Vec<String> = contacts
.iter()
.map(|i| i.email_address().unwrap_or_default().to_string() )
.map(|i| i.email_address().unwrap_or_default().to_string())
.collect();

let mut dest: Destination = Destination::builder().build();
Expand Down

0 comments on commit e2f19b4

Please sign in to comment.