Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed Sep 25, 2023
1 parent 59a9fc9 commit 917b41a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/demo-prover/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use methods::ROLLUP_ELF;
use sov_demo_rollup::{new_rollup_with_celestia_da, DemoProverConfig};
use sov_risc0_adapter::host::Risc0Host;
use tracing::info;
use tracing_subscriber::{filter::LevelFilter, EnvFilter};
use tracing_subscriber::filter::LevelFilter;
use tracing_subscriber::EnvFilter;

#[tokio::main]
async fn main() -> Result<(), anyhow::Error> {
Expand Down

0 comments on commit 917b41a

Please sign in to comment.