Skip to content

Commit d2f50fc

Browse files
committed
fmt
1 parent 50530b1 commit d2f50fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ pub fn make_cargo_command(cmd: &CargoCmd, message_format: &Option<String>) -> Co
6262
let cargo = env::var("CARGO").unwrap_or_else(|_| "cargo".to_string());
6363

6464
let mut command = Command::new(cargo);
65-
6665
command.arg(cmd.subcommand_name());
6766

6867
// Any command that needs to compile code will run under this environment.

0 commit comments

Comments
 (0)