fix formatting

main
Ashelyn Dawn 1 month ago
parent 336c56204a
commit f65905869e
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -80,7 +80,7 @@ Form fields:", form_conf.name);
})))
}
message_text.push_str(&format!(" - {}: {}\n", field.name, value_opt.unwrap_or(&"[empty]")));
message_text.push_str(&format!("\n - {}: {}", field.name, value_opt.unwrap_or(&"[empty]")));
}
let message = MessageBuilder::new()

Loading…
Cancel
Save