summaryrefslogtreecommitdiff
path: root/src/Server
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server')
-rw-r--r--src/Server/CommandsTable.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Server/CommandsTable.java b/src/Server/CommandsTable.java
index 6edac37..cc9579b 100644
--- a/src/Server/CommandsTable.java
+++ b/src/Server/CommandsTable.java
@@ -28,7 +28,6 @@ public class CommandsTable
}
command.run(client, args);
}
-
}
@@ -145,4 +144,4 @@ class CommandPing extends Command
this.println(client , "PONG " + args + " :" + client.getHostname()); //FIXME: needed massge return
}
-} \ No newline at end of file
+}