mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
make clippy happy
This commit is contained in:
@@ -202,12 +202,10 @@ async fn decode_openpgp(context: &Context, qr: &str) -> Lot {
|
||||
} else {
|
||||
LotState::QrWithdrawVerifyGroup
|
||||
}
|
||||
} else if lot.state == LotState::QrAskVerifyContact {
|
||||
LotState::QrReviveVerifyContact
|
||||
} else {
|
||||
if lot.state == LotState::QrAskVerifyContact {
|
||||
LotState::QrReviveVerifyContact
|
||||
} else {
|
||||
LotState::QrReviveVerifyGroup
|
||||
}
|
||||
LotState::QrReviveVerifyGroup
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user