summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2013-12-09 20:41:25 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2013-12-09 20:41:25 +0200
commit48a1852f5cf0b68baae374bd5aa457488e659eee (patch)
tree0e67a17647d0194ef672bf372e1cf57484590aee
parent4afad3beca43fe9d6851ff8e68d351d0d4fb5540 (diff)
Remove another empty line
Yet another commit to test mail notifications.
-rw-r--r--src/Server/CommandsTable.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Server/CommandsTable.java b/src/Server/CommandsTable.java
index cc9579b..522e794 100644
--- a/src/Server/CommandsTable.java
+++ b/src/Server/CommandsTable.java
@@ -121,7 +121,6 @@ class CommandQuit extends Command
public void run(Client client, String args)
{
client.disconect();
-
}
}