Skip to content

Commit 28e036b

Browse files
committed
Add newline at the end of the file.
1 parent 247b3b6 commit 28e036b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-pass/self-unhygienic.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ pretty!(A, v);
2828

2929
fn main() {
3030
assert_eq!(format!("Pretty: {}", A { v: 3 }.pretty()), "Pretty: <A:3>");
31-
}
31+
println!("{}", A{ v: 42 }.pretty());
32+
}

0 commit comments

Comments
 (0)