Typo
diff --git a/collector.py b/collector.py
index 4d5b71d..9b3119a 100644
--- a/collector.py
+++ b/collector.py
@@ -14,7 +14,7 @@
 
 
 def gather_stats():
-   """Gathers stats via qshape"""
+    """Gathers stats via qshape"""
     while True:
         real_now = time.time()
         now = real_now - (real_now % 300)