Skip to content

Commit e402d60

Browse files
committed
chore: fix whitespace
1 parent b8b0efc commit e402d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/rules/jsx-key.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ module.exports = {
187187
let isWithinChildrenToArray = false;
188188

189189
/**
190-
* Checks if the given node is a push call expression that has JSX Elements or JSX Fragments as arguments,
191-
* and the JSX is missing a key prop
192-
* @param {ASTNode} node
193-
*/
190+
* Checks if the given node is a push call expression that has JSX Elements or JSX Fragments as arguments,
191+
* and the JSX is missing a key prop
192+
* @param {ASTNode} node
193+
*/
194194
function checkArrayPushArguments(node) {
195195
if (isWithinChildrenToArray) {
196196
return;

0 commit comments

Comments
 (0)