From 4cd7bad719dc2cd2685a9519ac84000032243d8e Mon Sep 17 00:00:00 2001
From: Jan Wennrich <jan.wennrich@pcsg.de>
Date: Mon, 24 Apr 2023 16:05:31 +0200
Subject: [PATCH] style: fix codestyle again

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

diff --git a/src/QUI/Test/Test.php b/src/QUI/Test/Test.php
index a6985eb..b875edf 100644
--- a/src/QUI/Test/Test.php
+++ b/src/QUI/Test/Test.php
@@ -10,7 +10,7 @@
 class Test
 {
     public static function onUserGetAvatar(UserInterfaces $User)
-     {
+    {
         // a comment
         return false;
     }
-- 
GitLab