Skip to content

Commit

Permalink
Update compile_check.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBrienen authored Jan 14, 2025
1 parent 0a243bc commit 7c2fb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/src/commands/compile_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ impl Prepare for CompileCheckCommand {
fn prepare<'a>(&self, sh: &'a xshell::Shell, args: Args) -> Vec<PreparedCommand<'a>> {
let jobs = args
.jobs
.map(|jobs| format!(" --jobs{jobs}"))
.map(|jobs| format!(" --jobs {jobs}"))
.unwrap_or_default();

vec![PreparedCommand::new::<Self>(
Expand Down

0 comments on commit 7c2fb9d

Please sign in to comment.