mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
cargo fmt
This commit is contained in:
committed by
holger krekel
parent
e40cfeec58
commit
275f5d713f
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user