Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft committed Sep 26, 2024
1 parent 58780dd commit 692efbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 2 additions & 5 deletions provers/sp1/driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ use sp1_sdk::{
proto::network::{ProofMode, UnclaimReason},
};
use sp1_sdk::{HashableKey, ProverClient, SP1Stdin};
use std::{
borrow::BorrowMut,
env,
};
use tracing::{info};
use std::{borrow::BorrowMut, env};
use tracing::info;

mod proof_verify;
use proof_verify::remote_contract_verify::verify_sol_by_contract_call;
Expand Down
4 changes: 1 addition & 3 deletions provers/sp1/driver/src/proof_verify/forge_proof_verify.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#![cfg(feature = "foundry-verify")]

use once_cell::sync::Lazy;
use raiko_lib::{
prover::{ProverError, ProverResult},
};
use raiko_lib::prover::{ProverError, ProverResult};
use std::{
env, fs,
path::{Path, PathBuf},
Expand Down

0 comments on commit 692efbe

Please sign in to comment.