diff --git a/src/QUI/Test/EventHandler.php b/src/QUI/Test/EventHandler.php
index bfe528950b2068f2de1ccdfbbe0c6746ef49f142..3fb36b29c8465732ac381b1b229e0dc06b947568 100644
--- a/src/QUI/Test/EventHandler.php
+++ b/src/QUI/Test/EventHandler.php
@@ -42,4 +42,7 @@ 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 eaba6b7a8b2025ee20d5c0d9d033148372993f3a..b1920b01d4f2bbd80b624606ff7b8dc5fc9f0597 100644
--- a/src/QUI/Test/Test.php
+++ b/src/QUI/Test/Test.php
@@ -16,6 +16,7 @@ public static function onUserGetAvatar(UserInterfaces $User)
 
 
     }
+
 }