Skip to content

Commit

Permalink
Update prefer-stateless-function.js
Browse files Browse the repository at this point in the history
Remove trailing spaces.
  • Loading branch information
dreid committed Apr 18, 2017
1 parent a2b61ed commit 0fac8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/prefer-stateless-function.js
Expand Up @@ -305,7 +305,7 @@ module.exports = {
markDecoratorsAsUsed(node);
}
}

return {
ClassDeclaration: visitClass,
ClassExpression: visitClass,
Expand Down

0 comments on commit 0fac8d9

Please sign in to comment.