cargo fmt

This commit is contained in:
hu55a1n1 2023-12-30 13:45:16 -08:00
parent 8d142a874a
commit a958ae20fa
2 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,5 @@ pub enum ProofError {
/// invalid merkle proof
InvalidMerkleProof,
/// proof verification failed
VerificationFailure,
VerificationFailure,
}

View file

@ -15,6 +15,6 @@
extern crate alloc;
pub mod error;
pub mod proof;
pub mod verifier;
pub mod error;