mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
remove a space, indent properly.
This commit is contained in:
parent
f5d01f117d
commit
bdd163048c
@ -77,7 +77,7 @@ const b = 'foo' + a + 'bar';
|
||||
const c = `foobar`;
|
||||
|
||||
// good
|
||||
const a = 'foobar';
|
||||
const a = 'foobar';
|
||||
const b = `foo${a}bar`;
|
||||
const c = 'foobar';
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user