Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Jan 3, 2020
1 parent f6a09dc commit e14dbfd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/rules/indent.md
Expand Up @@ -326,13 +326,8 @@ function foo(x) {

})();


if (y) {
console.log('foo');
}

if (y) {
console.log('foo');
console.log('foo');
}
```

Expand Down

0 comments on commit e14dbfd

Please sign in to comment.