Skip to content

Commit f08a413

Browse files
committed
fmt
1 parent 800f73d commit f08a413

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/ui/abi/rust-preserve-none-cc.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ extern "rust-preserve-none" fn lotsa_apples(
4848
assert_eq!(cosmic_crisp, 270);
4949
assert_eq!(ambrosia, 193.1);
5050
assert_eq!(winesap, &[]);
51-
(and_a.rome.iter().sum(), fuji + ambrosia, cosmic_crisp - honeycrisp, bite_into(and_a.golden_delicious))
51+
(
52+
and_a.rome.iter().sum(),
53+
fuji + ambrosia,
54+
cosmic_crisp - honeycrisp,
55+
bite_into(and_a.golden_delicious)
56+
)
5257
}
5358

5459
fn main() {

0 commit comments

Comments
 (0)