Skip to content

Commit 09854b0

Browse files
committed
[CI] run-make/thumb: remove a trailing space.
1 parent 6c52653 commit 09854b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ impl Step for Compiletest {
983983
}
984984

985985
if builder.no_std(target) == Some(true) {
986-
// for no_std run-make (e.g. thumb*),
986+
// for no_std run-make (e.g. thumb*),
987987
// we need a host compiler which is called by cargo.
988988
builder.ensure(compile::Std { compiler, target: compiler.host });
989989
}

0 commit comments

Comments
 (0)