Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 17f35a6

Browse files
committed
remove extra space from "over" code as well
1 parent b767127 commit 17f35a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ over
4444
```rust
4545
let foo;
4646
match bar {
47-
Baz => {
47+
Baz => {
4848
foo = 0;
4949
}
5050
Quux => {

0 commit comments

Comments
 (0)