cargo fmt

This commit is contained in:
jikstra
2019-09-02 18:31:51 +02:00
parent 91510e7717
commit 7b9da77d51

View File

@@ -60,7 +60,6 @@ pub unsafe fn dc_get_securejoin_qr(
}
let self_addr = context.sql.get_config(context, "configured_addr");
if self_addr.is_none() {
error!(context, 0, "Not configured, cannot generate QR code.",);
return cleanup(fingerprint, invitenumber, auth, qr);