Skip to content

Commit

Permalink
Bug 1399356 - Fix eslint prettier failure on browser_anti_clickjackin…
Browse files Browse the repository at this point in the history
…g.js. r=eslint-fix
  • Loading branch information
CosminSabou committed Jun 26, 2020
1 parent 92c10e5 commit 365452d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ add_task(async function setup_storage() {
});

add_task(async function test_active_delay() {
await SpecialPowers.pushPrefEnv({ set: [["security.notification_enable_delay", 500]] });
await SpecialPowers.pushPrefEnv({
set: [["security.notification_enable_delay", 500]],
});
await BrowserTestUtils.withNewTab({ gBrowser, url: URL }, async function(
browser
) {
Expand Down

0 comments on commit 365452d

Please sign in to comment.