Skip to content

Commit ae82510

Browse files
SwarajGKgithub-actions[bot]
authored andcommitted
🤖 Automated formatting fixes
1 parent 6f8faff commit ae82510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/core/base/rule.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,13 +594,13 @@ Rule.prototype.after = function after(result, options) {
594594
});
595595

596596
// Sub menu nodes modifications
597-
const data = result.nodes.filter((r) => !r.all[0].result);
598-
data.forEach((r) => {
597+
const data = result.nodes.filter(r => !r.all[0].result);
598+
data.forEach(r => {
599599
const node = r.all[0].data;
600600
r.node = new axe.utils.DqElement(node);
601601
});
602602

603-
result.nodes.forEach((r) => {
603+
result.nodes.forEach(r => {
604604
delete r.all[0].data;
605605
});
606606

0 commit comments

Comments
 (0)