Skip to content

Commit

Permalink
Fixing space
Browse files Browse the repository at this point in the history
Means mdn/content#8644 can be merged
  • Loading branch information
Rumyra authored Oct 11, 2021
1 parent da3202c commit a545cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beastify/content_scripts/beastify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a545cdc

Please sign in to comment.