Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
:
  • Loading branch information
warfaj committed Oct 28, 2024
1 parent 053b59b commit f23eefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/fireworks/bin/run.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::process::Command;
use std::env;
use std::process::Command;

fn main() {
let args: Vec<String> = env::args().skip(1).collect();
Expand All @@ -19,4 +19,4 @@ fn main() {
.expect("Failed to execute pax-cli");

std::process::exit(status.code().unwrap_or(1));
}
}

0 comments on commit f23eefb

Please sign in to comment.