Fix wrong indents

This commit is contained in:
Nico de Haen
2019-11-16 11:28:43 +01:00
parent c690a64462
commit 13ff2bd8c4

View File

@@ -845,7 +845,6 @@ pub fn delete_msgs(context: &Context, msg_ids: &[MsgId]) {
if msg.location_id > 0 { if msg.location_id > 0 {
update_location_chat_id(context, msg.location_id, DC_CHAT_ID_TRASH); update_location_chat_id(context, msg.location_id, DC_CHAT_ID_TRASH);
} }
} else {
} }
update_msg_chat_id(context, *msg_id, DC_CHAT_ID_TRASH); update_msg_chat_id(context, *msg_id, DC_CHAT_ID_TRASH);
job_add( job_add(