Remove EOL space
This commit is contained in:
parent
7e12546a60
commit
b08c7aa553
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue