From 0a80f214ab94c8dc04dd6285202bde00ea130d7e Mon Sep 17 00:00:00 2001
From: Jan Wennrich <jan.wennrich@pcsg.de>
Date: Thu, 20 Apr 2023 18:08:47 +0200
Subject: [PATCH] style: fix codestyle

---
 src/QUI/Test/EventHandler.php | 3 ---
 src/QUI/Test/Test.php         | 7 +------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/QUI/Test/EventHandler.php b/src/QUI/Test/EventHandler.php
index 3fb36b2..bfe5289 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 b1920b0..f7261cf 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;
-
-
     }
-
 }
-
-
-- 
GitLab