Skip to content

Commit a69233e

Browse files
committed
fixup: Update tests/lib/rules/jsx-sort-props.js
1 parent e707116 commit a69233e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/jsx-sort-props.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,6 @@ ruleTester.run('jsx-sort-props', rule, {
10471047
line: 2,
10481048
},
10491049
],
1050-
} : [],
1050+
} : []
10511051
)),
10521052
});

0 commit comments

Comments
 (0)