From 410462d969c49e480ad64c8ea502bd80ff529eaa Mon Sep 17 00:00:00 2001
From: Mahmoud Wardeh <m.wardeh@fz-juelich.de>
Date: Thu, 23 Nov 2023 10:27:28 +0100
Subject: [PATCH] delete invalid distances

---
 lib/EventManagement.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/EventManagement.php b/lib/EventManagement.php
index 423b7c0..ec261a4 100644
--- a/lib/EventManagement.php
+++ b/lib/EventManagement.php
@@ -26,7 +26,7 @@ class EventManagement{
 	 * @var array of EventListener
 	 */
 	private $handlers = array();
-
+	
 	/**
 	 * Add a new handler, which is called on a new incoming event.
 	 * 
@@ -35,7 +35,7 @@ class EventManagement{
 	public function registerHandler($handler){
 		$this->handlers[] = $handler;
 	}
-
+	
 	/**
 	 * Get a list of event ids
 	 * 
-- 
GitLab