From f12b067e8af307d3b81682f983a0618dbffdcbd5 Mon Sep 17 00:00:00 2001 From: Gijs Date: Wed, 10 May 2017 14:17:50 -0400 Subject: [PATCH] Bug 1354082 - rm space because it's 'async function()' but 'function* ()', rs=bustage on a CLOSED TREE --- .../customizableui/test/browser_981305_separator_insertion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/customizableui/test/browser_981305_separator_insertion.js b/browser/components/customizableui/test/browser_981305_separator_insertion.js index f975eb74a4d3..2da417ba1101 100644 --- a/browser/components/customizableui/test/browser_981305_separator_insertion.js +++ b/browser/components/customizableui/test/browser_981305_separator_insertion.js @@ -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]]}); });