diff --git a/src/QUI/Test/EventHandler.php b/src/QUI/Test/EventHandler.php
index 3fb36b29c8465732ac381b1b229e0dc06b947568..bfe528950b2068f2de1ccdfbbe0c6746ef49f142 100644
--- a/src/QUI/Test/EventHandler.php
+++ b/src/QUI/Test/EventHandler.php
@@ -42,7 +42,4 @@ public static function onInstall(Package $Package)
             Log::writeRecursive('QUIQQER TEST INSTALL');
         }
     }
-
 }
-
-
diff --git a/src/QUI/Test/Test.php b/src/QUI/Test/Test.php
index b1920b01d4f2bbd80b624606ff7b8dc5fc9f0597..f7261cf86fb2c5fe6a632d7650e6867ad63f0e36 100644
--- a/src/QUI/Test/Test.php
+++ b/src/QUI/Test/Test.php
@@ -11,12 +11,7 @@ class Test
 {
     public static function onUserGetAvatar(UserInterfaces $User)
     {
-	// a comment
+        // a comment
         return false;
-
-
     }
-
 }
-
-