Skip to content

Commit

Permalink
ci: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jan 30, 2025
1 parent 8d87fa4 commit 890e58a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions provers/blevm/blevm/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
#![no_main]
sp1_zkvm::entrypoint!(main);

use celestia_types::{nmt::Namespace, AppVersion, Blob};
use celestia_types::nmt::{NamespaceProof, NamespacedHashExt};
use celestia_types::{nmt::Namespace, AppVersion, Blob};
use nmt_rs::simple_merkle::tree::MerkleHash;
//use nmt_rs::{simple_merkle::proof::Proof, TmSha2Hasher};
use blevm_common::BlevmOutput;
use nmt_rs::{simple_merkle::proof::Proof, NamespacedHash, TmSha2Hasher};
use rsp_client_executor::{
io::ClientExecutorInput, ClientExecutor, EthereumVariant,
};
use rsp_client_executor::{io::ClientExecutorInput, ClientExecutor, EthereumVariant};
use tendermint::Hash as TmHash;
use tendermint_proto::Protobuf;

Expand Down

0 comments on commit 890e58a

Please sign in to comment.