Skip to content

Commit

Permalink
fix content_script.js indentation per eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Sep 21, 2022
1 parent 142b13b commit 8c8164c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ async function CheckIfURLShouldBeBlocked() {
return mutation.target;
case "childList":
return Array.from(mutation.addedNodes)
.filter(node => node.nodeType === Node.ELEMENT_NODE);
.filter(node => node.nodeType === Node.ELEMENT_NODE);
default:
return [];
}
Expand Down Expand Up @@ -920,4 +920,4 @@ function contentScriptSetTimeout() {
return false;
}
setTimeout(contentScriptSetTimeout, contentScriptDelay);
}
}

0 comments on commit 8c8164c

Please sign in to comment.