cargo fmt

This commit is contained in:
Simon Laux
2019-09-07 13:26:06 +02:00
committed by holger krekel
parent 7563a5abe0
commit 1ed2af08b8

View File

@@ -1657,7 +1657,7 @@ pub unsafe fn set_chat_profile_image(
let mut msg = dc_msg_new_untyped(context);
let new_image_rel;
macro_rules! returnError{
macro_rules! returnError {
() => {
bail!("Failed to set profile image");
};