remove extra space from "over" code as well

This commit is contained in:
David Campbell 2015-03-30 18:35:17 -04:00 committed by Johannes Oertel
parent 4d90b4d9b8
commit 31a007af19
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ over
```rust
let foo;
match bar {
Baz => {
Baz => {
foo = 0;
}
Quux => {