Removed unecessary space

This commit is contained in:
lieght
2025-09-17 17:20:00 +02:00
parent 0d4472c814
commit 17a3827ef0
2 changed files with 1 additions and 3 deletions

3
.idea/workspace.xml generated
View File

@@ -5,7 +5,6 @@
</component>
<component name="ChangeListManager">
<list default="true" id="997b32da-b4d4-48ac-ab51-52d65f364f81" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/org/toop/eventbus/Events.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/org/toop/eventbus/Events.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@@ -83,7 +82,7 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1758117514311</updated>
<workItem from="1758117515668" duration="4415000" />
<workItem from="1758117515668" duration="4457000" />
</task>
<servers />
</component>

View File

@@ -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