Skip to content

Commit

Permalink
style: fix trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jun 8, 2023
1 parent 95c6095 commit b1f0db4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions tests/lib/rules/no-irregular-whitespace.js
Expand Up @@ -1028,7 +1028,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1044,7 +1044,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1060,7 +1060,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1076,7 +1076,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1092,7 +1092,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1108,7 +1108,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1124,7 +1124,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1140,7 +1140,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1156,7 +1156,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1172,7 +1172,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1188,7 +1188,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1204,7 +1204,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1220,7 +1220,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1236,7 +1236,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1252,7 +1252,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1268,7 +1268,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1284,7 +1284,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1300,7 +1300,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1316,7 +1316,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1332,7 +1332,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
},
Expand All @@ -1348,7 +1348,7 @@ ruleTester.run("no-irregular-whitespace", rule, {
messageId: "noIrregularWhitespace",
type: "Program",
line: 1,
column: 6,
column: 6
}
]
}
Expand Down

0 comments on commit b1f0db4

Please sign in to comment.