diff --git a/src/dory.rs b/src/dory.rs index 213af4f..009f176 100644 --- a/src/dory.rs +++ b/src/dory.rs @@ -62,4 +62,4 @@ pub fn verify( pubs.query_data(), &vk.into_dory(), ) -} \ No newline at end of file +} diff --git a/src/pubs.rs b/src/pubs.rs index 2d10697..d01c98c 100644 --- a/src/pubs.rs +++ b/src/pubs.rs @@ -142,7 +142,7 @@ impl DoryPublicInput { bincode::serialize_into(&mut expr_bytes, unit).unwrap(); bincode::serialize_into(&mut expr_bytes, zone).unwrap(); bincode::serialize_into(&mut expr_bytes, vv).unwrap(); - }, + } &_ => { return Err(VerifyError::InvalidInput); }