Update let.md -- follow whitespace style guideline

"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment."
This commit is contained in:
David Campbell 2015-03-30 18:31:42 -04:00 committed by Johannes Oertel
parent 06706510cb
commit 4d90b4d9b8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Prefer
```rust
let foo = match bar {
Baz => 0,
Baz => 0,
Quux => 1
};
```