Remove EOL space

This commit is contained in:
mcarton 2016-09-09 20:24:00 +02:00
parent 7e12546a60
commit b08c7aa553
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8

View File

@ -31,7 +31,7 @@ fn ok_box_trait(boxed_trait: &Box<Z>) {
fn warn_call() {
let x = box A; //~ ERROR local variable
x.foo();
x.foo();
}
fn warn_arg(x: Box<A>) { //~ ERROR local variable