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

Commit 89ef6e7

Browse files
committed
Missing semicolon
1 parent fffe13b commit 89ef6e7

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
@@ -36,7 +36,7 @@ Prefer
3636
let foo = match bar {
3737
Baz => 0,
3838
Quux => 1
39-
}
39+
};
4040
```
4141

4242
over

0 commit comments

Comments
 (0)