cargo fmt

This commit is contained in:
B. Petersen
2019-10-05 17:17:23 +02:00
committed by holger krekel
parent e40cfeec58
commit 275f5d713f
2 changed files with 23 additions and 24 deletions

View File

@@ -291,6 +291,7 @@ pub unsafe fn dc_receive_imf(
&rr_event_to_send,
);
}
unsafe fn add_parts(
context: &Context,
mut mime_parser: &mut MimeParser,
@@ -1443,7 +1444,7 @@ unsafe fn create_or_lookup_adhoc_group(
context.call_cb(Event::ChatModified(chat_id));
cleanup(ret_chat_id, ret_chat_id_blocked, chat_id, chat_id_blocked);
return Ok(())
return Ok(());
}
fn create_group_record(

View File

@@ -671,9 +671,7 @@ impl<'a> MimeFactory<'a> {
.push(factory.from_displayname.to_string());
factory.recipients_addr.push(factory.from_addr.to_string());
} else {
context
.sql
.query_map(
context.sql.query_map(
"SELECT c.authname, c.addr \
FROM chats_contacts cc \
LEFT JOIN contacts c ON cc.contact_id=c.id \