Skip to content

Commit 44cb141

Browse files
committed
[watchos] fix formatting
1 parent e57296d commit 44cb141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_target/src/spec/x86_64_apple_watchos_sim.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ pub fn target() -> Target {
1010
Target {
1111
llvm_target,
1212
pointer_width: 64,
13-
data_layout: "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128".to_string(),
13+
data_layout: "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
14+
.to_string(),
1415
arch: "x86_64".to_string(),
1516
options: TargetOptions {
1617
max_atomic_width: Some(64),

0 commit comments

Comments
 (0)