fix formatting and most of the test

This commit is contained in:
Simon Laux
2022-10-31 19:32:01 +01:00
committed by link2xt
parent 1bd53de1f7
commit 3fcbc03759
3 changed files with 16 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ impl FullChat {
false
};
let mailing_list_address = chat.get_mailinglist_addr().map(|s|s.to_string());
let mailing_list_address = chat.get_mailinglist_addr().map(|s| s.to_string());
Ok(FullChat {
id: chat_id,