From 4c690119d76270044241ef0b874a07672428420a Mon Sep 17 00:00:00 2001
From: Jan Wennrich <jan.wennrich@pcsg.de>
Date: Wed, 19 Apr 2023 17:22:46 +0200
Subject: [PATCH] style: mess up codestyle on purpose

---
 src/QUI/Test/EventHandler.php | 3 +++
 src/QUI/Test/Test.php         | 1 +
 2 files changed, 4 insertions(+)

diff --git a/src/QUI/Test/EventHandler.php b/src/QUI/Test/EventHandler.php
index bfe5289..3fb36b2 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 eaba6b7..b1920b0 100644
--- a/src/QUI/Test/Test.php
+++ b/src/QUI/Test/Test.php
@@ -16,6 +16,7 @@ public static function onUserGetAvatar(UserInterfaces $User)
 
 
     }
+
 }
 
 
-- 
GitLab