Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dubbelosix committed Aug 16, 2023
1 parent 6d4b7be commit 2a3369f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-prover/host/benches/prover_bench.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::collections::HashMap;
use std::env;
use std::fs::{read_to_string, remove_file, File, OpenOptions};
use std::io::Write;
use std::path::{Path, PathBuf};
use std::collections::HashMap;
use std::str::FromStr;
use std::sync::{Arc, Mutex};

Expand Down

0 comments on commit 2a3369f

Please sign in to comment.