code cleanup

This commit is contained in:
2024-02-21 14:46:17 +01:00
parent e9bee963fe
commit 6ed28994c6
6 changed files with 11 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ impl Mail {
}
None => {
if let Some(mail) = &user.mail {
send_to.push_str(&mail)
send_to.push_str(mail)
}
}
}