Skip to content

Commit

Permalink
fix: comma
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Nov 12, 2021
1 parent 40fdebb commit 154be0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/no-unused-class-component-methods.js
Expand Up @@ -468,7 +468,7 @@ ruleTester.run('no-unused-class-component-methods', rule, {
componentDidUpdate() {},
componentDidCatch() {},
componentWillUnmount() {},
getChildContext() {}
getChildContext() {},
render() {
return <SomeComponent />;
},
Expand Down

0 comments on commit 154be0a

Please sign in to comment.