Skip to content

Commit

Permalink
[guide] Minor addition of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PramodGarg authored and ljharb committed Apr 4, 2018
1 parent c71e8c9 commit bd97fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ Other Style Guides
}
}
//good
// good
function dogs(x) {
if (x) {
if (z) {
Expand Down Expand Up @@ -2267,7 +2267,7 @@ Other Style Guides

```javascript
// bad
//is current tab
// is current tab
const active = true;
// good
Expand Down

0 comments on commit bd97fca

Please sign in to comment.