ran cargo fmt --all

This commit is contained in:
Olivier Martin
2021-04-16 14:49:59 -04:00
parent 2421d49d9a
commit 89a68741d6
3 changed files with 9 additions and 20 deletions

View File

@@ -181,11 +181,7 @@ pub fn send_welcome_must_verify(address: &str, uuid: &str) -> EmptyResult {
send_email(address, &subject, body_html, body_text)
}
pub fn send_2fa_removed_from_org(
address: &str,
org_name: &str,
) -> EmptyResult {
pub fn send_2fa_removed_from_org(address: &str, org_name: &str) -> EmptyResult {
let (subject, body_html, body_text) = get_text(
"email/send_2fa_removed_from_org",
json!({