Skip to content

Commit f7ea5af

Browse files
authored
Update style.md
Remove redundant quotes
1 parent 283b571 commit f7ea5af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/style.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ const c = `foobar`;
7979
// good
8080
const a = 'foobar';
8181
const b = `foo${a}bar`;
82-
const c = 'foobar';
8382
```
8483

8584
## 解构赋值

0 commit comments

Comments
 (0)