mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
make clippy happy
This commit is contained in:
@@ -202,15 +202,13 @@ async fn decode_openpgp(context: &Context, qr: &str) -> Lot {
|
||||
} else {
|
||||
LotState::QrWithdrawVerifyGroup
|
||||
}
|
||||
} else {
|
||||
if lot.state == LotState::QrAskVerifyContact {
|
||||
} else if lot.state == LotState::QrAskVerifyContact {
|
||||
LotState::QrReviveVerifyContact
|
||||
} else {
|
||||
LotState::QrReviveVerifyGroup
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return format_err!("Missing address").into();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user