mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
cargo fmt
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user