mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-28 21:32:20 +00:00
Merge pull request #130 from catwarrior/patch-1
remove a space, indent properly.
This commit is contained in:
commit
a8684f1f96
@ -77,7 +77,7 @@ const b = 'foo' + a + 'bar';
|
|||||||
const c = `foobar`;
|
const c = `foobar`;
|
||||||
|
|
||||||
// good
|
// good
|
||||||
const a = 'foobar';
|
const a = 'foobar';
|
||||||
const b = `foo${a}bar`;
|
const b = `foo${a}bar`;
|
||||||
const c = 'foobar';
|
const c = 'foobar';
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user