Remove excessive trailing newlines.

This commit is contained in:
kennytm 2017-12-30 15:50:33 +08:00
parent 4daaee900f
commit 470a8e1a97
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
12 changed files with 0 additions and 25 deletions

View file

@ -16,5 +16,3 @@ pub fn foo(x: u32) { }
#[cfg(y)]
pub fn foo(x: i32) { }

View file

@ -124,5 +124,3 @@ fn main() {
TupleStruct(1, 2, 3, 4).bar();
}