From 17a3827ef0196533e7af36b0c0ac4c006347cd16 Mon Sep 17 00:00:00 2001 From: lieght Date: Wed, 17 Sep 2025 17:20:00 +0200 Subject: [PATCH] Removed unecessary space --- .idea/workspace.xml | 3 +-- src/main/java/org/toop/eventbus/Events.java | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 722a9f4..181c215 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,6 @@ - diff --git a/src/main/java/org/toop/eventbus/Events.java b/src/main/java/org/toop/eventbus/Events.java index 86de31a..439bff4 100644 --- a/src/main/java/org/toop/eventbus/Events.java +++ b/src/main/java/org/toop/eventbus/Events.java @@ -110,7 +110,6 @@ public class Events implements IEvents { */ public record StartServer(String port, String gameType) {} - /** * BLOCKING * Requests starting a server with a specific port and game type, and returns a CompletableFuture