Skip to content

Commit

Permalink
Update compile_check_no_std.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBrienen authored Jan 14, 2025
1 parent 7c2fb9d commit 2be4e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/src/commands/compile_check_no_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Prepare for CompileCheckNoStdCommand {
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();

let target = self.target.as_str();
Expand Down

0 comments on commit 2be4e6a

Please sign in to comment.