cargo fmt

This commit is contained in:
jikstra
2019-09-04 16:42:55 +02:00
committed by holger krekel
parent 4ffe71e1df
commit 70d997964b
3 changed files with 17 additions and 16 deletions

View File

@@ -1324,7 +1324,9 @@ pub unsafe extern "C" fn dc_get_securejoin_qr(
}
let context = &*context;
dc_securejoin::dc_get_securejoin_qr(context, chat_id).unwrap_or("").strdup()
dc_securejoin::dc_get_securejoin_qr(context, chat_id)
.unwrap_or("")
.strdup()
}
#[no_mangle]