diff --git a/src/QUI/Cron/CronService.php b/src/QUI/Cron/CronService.php
index db503c698425a9b91829f43a7db0bdcaebdb8674..979a439c0989dbac6ccd6890b609aa57e47949ca 100644
--- a/src/QUI/Cron/CronService.php
+++ b/src/QUI/Cron/CronService.php
@@ -287,12 +287,10 @@ class CronService
         }
 
         $token = file_get_contents($fileName);
-
         if ($token === false) {
             throw new Exception("Could not read tokenfile.");
         }
 
         return $token;
     }
-
 }