From a545cdcd6993f9d6cfe5b1a3a3d1c4cacf1a380a Mon Sep 17 00:00:00 2001 From: Ruth John Date: Mon, 11 Oct 2021 16:28:46 +0100 Subject: [PATCH] Fixing space Means https://github.com/mdn/content/pull/8644 can be merged --- beastify/content_scripts/beastify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beastify/content_scripts/beastify.js b/beastify/content_scripts/beastify.js index 26985e5..0c851b4 100644 --- a/beastify/content_scripts/beastify.js +++ b/beastify/content_scripts/beastify.js @@ -36,7 +36,7 @@ /** * Listen for messages from the background script. * Call "beastify()" or "reset()". - */ + */ browser.runtime.onMessage.addListener((message) => { if (message.command === "beastify") { insertBeast(message.beastURL);