Skip to content

Commit 3ae912a

Browse files
author
Jorge Aparicio
committed
fix tidy
1 parent d5ff75a commit 3ae912a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_llvm/build.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ fn main() {
9595
let is_crossed = target != host;
9696

9797
let optional_components =
98-
["x86", "arm", "aarch64", "mips", "powerpc", "pnacl", "systemz", "jsbackend", "msp430", "sparc"];
98+
["x86", "arm", "aarch64", "mips", "powerpc", "pnacl", "systemz", "jsbackend", "msp430",
99+
"sparc"];
99100

100101
// FIXME: surely we don't need all these components, right? Stuff like mcjit
101102
// or interpreter the compiler itself never uses.

0 commit comments

Comments
 (0)