summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2013-12-09 20:39:10 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2013-12-09 20:39:10 +0200
commit4afad3beca43fe9d6851ff8e68d351d0d4fb5540 (patch)
treebad4370445dde592819b71b0f1acb39873d2b38f
parentb42c33a92af14875d969424e1239e7d2fd4a6900 (diff)
Delete an empty line
Another commit to test mail notifications.
-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
+}