Skip to content

Commit

Permalink
Merge pull request #68 from polybase/eng-1216-fix-miden-cargo-fmt-issue
Browse files Browse the repository at this point in the history
ENG-1216: Fix cargo fmt issue for `miden` package
  • Loading branch information
timmyjose authored Oct 9, 2023
2 parents 74c9123 + b4f5e6d commit a8438ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miden/src/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use miden_crypto::merkle::InnerNodeInfo;
use miden_processor::{AdviceInputs, MemAdviceProvider, StackInputs, VmStateIterator};
use miden_prover::{ExecutionProof, ProofOptions};
use shared::{
hash::{HashFn, rpo::Rpo},
hash::{rpo::Rpo, HashFn},
Tree,
};

Expand Down

0 comments on commit a8438ae

Please sign in to comment.