mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
Merge pull request #130 from catwarrior/patch-1
remove a space, indent properly.
This commit is contained in:
+1
-1
@@ -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';
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user