mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
fix fmt
This commit is contained in:
@@ -481,9 +481,7 @@ pub fn dc_msg_load_from_db<'a>(msg: *mut dc_msg_t<'a>, context: &'a Context, id:
|
||||
|
||||
match res {
|
||||
Ok(_) => true,
|
||||
Err(err) => {
|
||||
false
|
||||
}
|
||||
Err(err) => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user