[CI] run-make/thumb: remove a trailing space.

This commit is contained in:
Hideki Sekine 2018-08-08 20:19:29 +09:00
parent 6c526537b8
commit 09854b0e56

View File

@ -983,7 +983,7 @@ impl Step for Compiletest {
}
if builder.no_std(target) == Some(true) {
// for no_std run-make (e.g. thumb*),
// for no_std run-make (e.g. thumb*),
// we need a host compiler which is called by cargo.
builder.ensure(compile::Std { compiler, target: compiler.host });
}