Skip to content

Commit

Permalink
cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarassh committed Aug 28, 2024
1 parent a4eb7d4 commit 27e619a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ pub fn verify(
pubs.query_data(),
&vk.into_dory(),
)
}
}
2 changes: 1 addition & 1 deletion src/pubs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 27e619a

Please sign in to comment.