Skip to content

Commit 4a0e8c3

Browse files
committed
Fix code formatting.
1 parent 3c67b0d commit 4a0e8c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_target/src/spec/x86_64_unknown_none_elf.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ pub fn target() -> Target {
2222
Target {
2323
llvm_target: "x86_64-unknown-none-elf".to_string(),
2424
pointer_width: 64,
25-
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128".to_string(),
25+
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
26+
.to_string(),
2627
arch: "x86_64".to_string(),
2728
options: opts,
2829
}

0 commit comments

Comments
 (0)