From 8bbb67839fa3903cb05942ff5b8c1bc7f28d6756 Mon Sep 17 00:00:00 2001 From: jonas pauli Date: Sat, 25 May 2024 23:03:51 +0200 Subject: [PATCH] finalize audit lib --- audit-utils/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audit-utils/src/lib.rs b/audit-utils/src/lib.rs index d4d0e5d..2c21d73 100644 --- a/audit-utils/src/lib.rs +++ b/audit-utils/src/lib.rs @@ -82,4 +82,4 @@ pub fn verify_receipt_vec(receipts: Vec, gov_pub_key: String) -> HashMa println!("Candidate {:?} has received {:?} votes", result.0, result.1) } votes -} +} \ No newline at end of file