cargo fmt

This commit is contained in:
Simon Laux
2019-09-02 15:57:11 +02:00
committed by holger krekel
parent 5b993f601f
commit 1d09d2f0d1

View File

@@ -754,10 +754,7 @@ pub unsafe fn dc_handle_securejoin_handshake(
ok_to_continue = true;
}
if ok_to_continue {
if 0 == mark_peer_as_verified(
context,
&scanned_fingerprint_of_alice,
) {
if 0 == mark_peer_as_verified(context, &scanned_fingerprint_of_alice) {
could_not_establish_secure_connection(
context,
contact_chat_id,
@@ -779,10 +776,7 @@ pub unsafe fn dc_handle_securejoin_handshake(
if 0 != join_vg {
if !addr_equals_self(
context,
as_str(lookup_field(
mimeparser,
"Chat-Group-Member-Added",
)),
as_str(lookup_field(mimeparser, "Chat-Group-Member-Added")),
) {
info!(
context,