mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
run rustfmt
This commit is contained in:
parent
21f0e320ea
commit
551c9355a6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user