From 56b13b16fba3950ee76f5e59506f39b44d4cd8cb Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Mon, 12 Sep 2022 15:14:29 -0500 Subject: [PATCH] cleaned --- src/client/result/mod.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/client/result/mod.rs b/src/client/result/mod.rs index b18af43..4391c0c 100644 --- a/src/client/result/mod.rs +++ b/src/client/result/mod.rs @@ -102,8 +102,6 @@ impl ParsedRXingResult for ParsedClientResult { ParsedClientResult::EmailResult(a) => a.getType(), ParsedClientResult::VINResult(a) => a.getType(), ParsedClientResult::AddressBookResult(a) => a.getType(), - - } } @@ -120,9 +118,6 @@ impl ParsedRXingResult for ParsedClientResult { ParsedClientResult::EmailResult(a) => a.getDisplayRXingResult(), ParsedClientResult::VINResult(a) => a.getDisplayRXingResult(), ParsedClientResult::AddressBookResult(a) => a.getDisplayRXingResult(), - - - } } }