Skip to content

Commit

Permalink
Scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Mar 20, 2024
1 parent c6778d0 commit 52d5cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifier/types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use alexandria_bytes::Bytes;

use blobstream_sn::interfaces::DataRoot;
use blobstream_sn::tree::binary::merkle_proof::BinaryMerkleProof;
use blobstream_sn::tree::namespace::merkle_tree::{NamespaceNode, NamespaceMerkleMultiproof};
use blobstream_sn::tree::namespace::Namespace;
use blobstream_sn::tree::namespace::merkle_tree::{NamespaceNode, NamespaceMerkleMultiproof};

struct SharesProof {
// The shares that were committed to.
Expand Down

0 comments on commit 52d5cb7

Please sign in to comment.