Skip to content

Commit d9856d9

Browse files
jason-hchsiehJason Hsien-Chueh Hsieh
and
Jason Hsien-Chueh Hsieh
authored
fix: add missing semicolon (#135)
Co-authored-by: Jason Hsien-Chueh Hsieh <jasonhch@andestech.com>
1 parent 63c6e8a commit d9856d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/safe-guides/coding_practice/variables/P.VAR.02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let data = {
1515
let mut data = get_vec();
1616
data.sort();
1717
data
18-
}
18+
};
1919

2020
// `data` 在后面不会再被改变
2121
```

0 commit comments

Comments
 (0)