Fixing space

Means https://github.com/mdn/content/pull/8644 can be merged
This commit is contained in:
Ruth John
2021-10-11 16:28:46 +01:00
committed by GitHub
parent da3202c242
commit a545cdcd69

View File

@@ -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);