Spacing fixed
diff --git a/console_inject.js b/console_inject.js
index 5edc954..21fa998 100644
--- a/console_inject.js
+++ b/console_inject.js
@@ -2,7 +2,7 @@
   mutationList.forEach((mutation) => {
     if (mutation.type == "childList") {
       mutation.addedNodes.forEach(function (node) {
-		    if ((typeof node.classList !== "undefined") && node.classList.contains("view-more-button-container")) {
+        if ((typeof node.classList !== "undefined") && node.classList.contains("view-more-button-container")) {
           intersectionObserver.observe(node.querySelector(".view-more-button"));
         }
       });
@@ -33,4 +33,4 @@
   threshold: 1.0
 }
 
-var intersectionObserver = new IntersectionObserver(intersectionCallback, intersectionOptions);
\ No newline at end of file
+var intersectionObserver = new IntersectionObserver(intersectionCallback, intersectionOptions);