run rustfmt

This commit is contained in:
Folkert 2021-05-29 20:57:27 +02:00
parent 21f0e320ea
commit 551c9355a6

View File

@ -86,8 +86,7 @@ where
}
}
fn run_command_with_no_args<P: AsRef<Path>>(path: P, command_str: &str)
{
fn run_command_with_no_args<P: AsRef<Path>>(path: P, command_str: &str) {
let output_result = Command::new(OsStr::new(&command_str))
.current_dir(path)
.output();