diff --git a/tools/ci/src/commands/compile_check.rs b/tools/ci/src/commands/compile_check.rs index 1a697f62f6e50..be4f8ab432daa 100644 --- a/tools/ci/src/commands/compile_check.rs +++ b/tools/ci/src/commands/compile_check.rs @@ -11,7 +11,7 @@ impl Prepare for CompileCheckCommand { fn prepare<'a>(&self, sh: &'a xshell::Shell, args: Args) -> Vec> { let jobs = args .jobs - .map(|jobs| format!(" --jobs{jobs}")) + .map(|jobs| format!(" --jobs {jobs}")) .unwrap_or_default(); vec![PreparedCommand::new::(