Skip to content
Snippets Groups Projects
Commit 28f02fa4 authored by Noemi Erli's avatar Noemi Erli
Browse files

Bug 1627765 - Fix lint failure r=fix

parent fc4d0d05
No related branches found
No related tags found
No related merge requests found
......@@ -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"
);
}
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment