Skip to content

Commit a2e350c

Browse files
[fix] fix trailing space
1 parent 60eae13 commit a2e350c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lib/rules/destructuring-assignment.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ ruleTester.run('destructuring-assignment', rule, {
189189
};`,
190190
options: ['never']
191191
}],
192-
193192
invalid: [{
194193
code: `const MyComponent = (props) => {
195194
return (<div id={props.id} />)

0 commit comments

Comments
 (0)