Skip to content

Commit

Permalink
Fix typos (linting error)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Seminck committed May 31, 2017
1 parent 6f2dbb7 commit ebc6778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/rules/no-unused-prop-types.js
Expand Up @@ -2572,7 +2572,7 @@ ruleTester.run('no-unused-prop-types', rule, {
line: 4,
column: 10
}]
}, , {
}, {
code: [
'class Hello extends Component {',
' static propTypes = {',
Expand All @@ -2593,7 +2593,7 @@ ruleTester.run('no-unused-prop-types', rule, {
line: 4,
column: 10
}]
}, , {
}, {
code: [
'class Hello extends Component {',
' static propTypes = {',
Expand Down

0 comments on commit ebc6778

Please sign in to comment.