Skip to content

Commit d1280b3

Browse files
chiawendtljharb
andauthored
Apply suggested change: fix lint error for object-curly-spacing
Co-Authored-By: Jordan Harband <[email protected]>
1 parent 825c17a commit d1280b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lib/rules/no-unused-prop-types.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4376,7 +4376,8 @@ ruleTester.run('no-unused-prop-types', rule, {
43764376
line: 11,
43774377
column: 8
43784378
}]
4379-
}, {// None of the props are used issue #1162
4379+
}, {
4380+
// None of the props are used issue #1162
43804381
code: [
43814382
'import React from "react"; ',
43824383
'var Hello = React.createReactClass({',

0 commit comments

Comments
 (0)