Skip to content

Commit

Permalink
Docs: remove reference to deleted rule (#7942)
Browse files Browse the repository at this point in the history
`space-after-keywords` appears as deleted in the docs and it's confusing to reference it.
  • Loading branch information
a0viedo authored and ilyavolodin committed Jan 18, 2017
1 parent 3c1e63b commit c835e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/space-before-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class Foo {

## When Not To Use It

You can turn this rule off if you are not concerned with the consistency of spacing before blocks or if you are using the `space-after-keywords` rule set to `"never"`.
You can turn this rule off if you are not concerned with the consistency of spacing before blocks.

## Related Rules

Expand Down

0 comments on commit c835e19

Please sign in to comment.