reference: get consistent by removing unneeded whitespace

This commit is contained in:
Tshepang Lekhonkhobe 2015-06-09 00:00:20 +02:00
parent 20cf4cf62c
commit 0d033dd7c2

View file

@ -1367,7 +1367,6 @@ Traits can include default implementations of methods, as in:
```
trait Foo {
fn bar(&self);
fn baz(&self) { println!("We called baz."); }
}
```