Skip to content

Commit 154be0a

Browse files
committed
fix: comma
1 parent 40fdebb commit 154be0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-unused-class-component-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ ruleTester.run('no-unused-class-component-methods', rule, {
468468
componentDidUpdate() {},
469469
componentDidCatch() {},
470470
componentWillUnmount() {},
471-
getChildContext() {}
471+
getChildContext() {},
472472
render() {
473473
return <SomeComponent />;
474474
},

0 commit comments

Comments
 (0)