Skip to content

Commit ebc6778

Browse files
author
Joachim Seminck
committed
Fix typos (linting error)
1 parent 6f2dbb7 commit ebc6778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,7 @@ ruleTester.run('no-unused-prop-types', rule, {
25722572
line: 4,
25732573
column: 10
25742574
}]
2575-
}, , {
2575+
}, {
25762576
code: [
25772577
'class Hello extends Component {',
25782578
' static propTypes = {',
@@ -2593,7 +2593,7 @@ ruleTester.run('no-unused-prop-types', rule, {
25932593
line: 4,
25942594
column: 10
25952595
}]
2596-
}, , {
2596+
}, {
25972597
code: [
25982598
'class Hello extends Component {',
25992599
' static propTypes = {',

0 commit comments

Comments
 (0)