From 615347e75956ce6f63cda94ad9dc69a0438843b4 Mon Sep 17 00:00:00 2001
From: Oana-Eliza Alexa <43857161+alexaeliza@users.noreply.github.com>
Date: Mon, 24 Mar 2025 12:11:12 +0100
Subject: [PATCH] fix braket

---
 library/Utils.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/library/Utils.php b/library/Utils.php
index 1d24e06..d1afd6d 100644
--- a/library/Utils.php
+++ b/library/Utils.php
@@ -2,7 +2,9 @@
 
 class Utils
 {
-  private function __construct () {}
+  private function __construct ()
+  {
+  }
 
   /**
    * @param array $array
-- 
GitLab