Cargo fmt

This commit is contained in:
jikstra
2020-04-28 16:44:31 +02:00
committed by link2xt
parent 737a741a54
commit 9eab96090d

View File

@@ -591,7 +591,6 @@ mod tests {
); );
assert_eq!(res.get_id(), 0); assert_eq!(res.get_id(), 0);
let res = check_qr(&ctx.ctx, "OPENPGP4FPR:12345678901234567890"); let res = check_qr(&ctx.ctx, "OPENPGP4FPR:12345678901234567890");
assert_eq!(res.get_state(), LotState::QrError); assert_eq!(res.get_state(), LotState::QrError);
assert_eq!(res.get_id(), 0); assert_eq!(res.get_id(), 0);