Skip to content

Commit

Permalink
don't forget to format
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk1f0 committed Mar 7, 2024
1 parent 0bd233a commit 3b64cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/helpers.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{process,env};
use std::{env, process};

// force restart a program
pub fn force_restart(program: &str, arguments: Vec<&str>) -> Result<(), String> {
Expand Down

0 comments on commit 3b64cda

Please sign in to comment.