Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed Sep 29, 2023
1 parent e85bac0 commit b6c9ae0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/demo-prover/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use std::{
os::unix::process::ExitStatusExt,
process::{Command, ExitStatus},
};
use std::os::unix::process::ExitStatusExt;
use std::process::{Command, ExitStatus};
fn main() {
let is_risczero_installed = Command::new("cargo")
.args(&["risczero", "help"])
Expand Down

0 comments on commit b6c9ae0

Please sign in to comment.