Bug 1627765 - Fix lint failure r=fix

This commit is contained in:
Noemi Erli 2020-04-11 00:02:56 +03:00
parent fc4d0d052e
commit 28f02fa444

View File

@ -141,7 +141,10 @@ addAccessibleTask(
cols = table.getAttributeValue("AXColumns");
is(cols.length, 4, "Table has col list of correct length");
is(cols[cols.length - 1].getAttributeValue("AXChildren").length, 1,
"Last column has single child")
is(
cols[cols.length - 1].getAttributeValue("AXChildren").length,
1,
"Last column has single child"
);
}
);