From b391f55c2476d284510d39df0c264d2cd4daa382 Mon Sep 17 00:00:00 2001
From: Florian Bogner <f.bogner@pcsg.de>
Date: Thu, 23 Feb 2017 16:17:14 +0100
Subject: [PATCH] style: codestyle

---
 src/QUI/Cron/CronService.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/QUI/Cron/CronService.php b/src/QUI/Cron/CronService.php
index db503c6..979a439 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;
     }
-
 }
-- 
GitLab