Skip to content

Commit 26e0787

Browse files
authored
tidy demands this whitespace go away
1 parent 0e78c73 commit 26e0787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub fn target() -> Target {
4646

4747
// minimum extra features, these cannot be disabled via -C
4848
features: "+soft-float,+strict-align".into(),
49-
49+
5050
panic_strategy: PanicStrategy::Abort,
5151
relocation_model: RelocModel::Static,
5252
// suggested from thumb_base, rust-lang/rust#44993.

0 commit comments

Comments
 (0)