Skip to content

Commit

Permalink
Remove unecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rafbgarcia committed Dec 12, 2019
1 parent b759ec9 commit e83d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-curly-brace-presence.js
Expand Up @@ -379,7 +379,7 @@ ruleTester.run('jsx-curly-brace-presence', rule, {
},
{
code: `
<MyComponent prop="asdasd">
<MyComponent>
<div>
<p>
<span>
Expand Down

0 comments on commit e83d806

Please sign in to comment.