Skip to content

Commit

Permalink
Bug 1354082 - rm space because it's 'async function()' but 'function*…
Browse files Browse the repository at this point in the history
… ()', rs=bustage on a CLOSED TREE
  • Loading branch information
gijsk committed May 10, 2017
1 parent 5e41427 commit f12b067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function checkSeparatorInsertion(menuId, buttonId, subviewId) {
};
}

add_task(async function () {
add_task(async function() {
await SpecialPowers.pushPrefEnv({set: [["browser.photon.structure.enabled", false]]});
});

Expand Down

0 comments on commit f12b067

Please sign in to comment.