Skip to content

Commit 36e2f39

Browse files
authored
fixup: Update tests/lib/rules/jsx-sort-props.js
1 parent bd1f02d commit 36e2f39

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)