Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Oct 3, 2024
1 parent c8fa38d commit 0283b9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/witnessgen/bin/native_host_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ async fn main() -> Result<()> {
}
}

println!(
"Ran host program with end block: {:?}",
cfg.l2_block_number
);
println!("Ran host program with end block: {:?}", cfg.l2_block_number);
std::process::exit(0);
}

0 comments on commit 0283b9b

Please sign in to comment.