From d52f428cbc096529a811bd1b4f97c69f83d3757f Mon Sep 17 00:00:00 2001
From: Jan Wennrich <jan.wennrich@pcsg.de>
Date: Mon, 24 Apr 2023 12:20:50 +0200
Subject: [PATCH] style: mess up codestyle

---
 src/QUI/Test/Test.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/QUI/Test/Test.php b/src/QUI/Test/Test.php
index f7261cf..07bd835 100644
--- a/src/QUI/Test/Test.php
+++ b/src/QUI/Test/Test.php
@@ -9,8 +9,9 @@
 
 class Test
 {
+
     public static function onUserGetAvatar(UserInterfaces $User)
-    {
+      {
         // a comment
         return false;
     }
-- 
GitLab