[guide] Minor addition of spaces

This commit is contained in:
Pramod Garg
2018-04-04 22:45:44 +05:30
committed by Jordan Harband
parent c71e8c9231
commit bd97fca21b

View File

@@ -2106,7 +2106,7 @@ Other Style Guides
}
}
//good
// good
function dogs(x) {
if (x) {
if (z) {
@@ -2267,7 +2267,7 @@ Other Style Guides
```javascript
// bad
//is current tab
// is current tab
const active = true;
// good