Removing get \n\n"

This commit is contained in:
Denis-Cosmin Nutiu 2017-11-23 10:08:15 +02:00
parent daf43f09a6
commit 0e83426f2f

View file

@ -1,7 +1,6 @@
package server package server
import ( import (
"io"
"strings" "strings"
) )
@ -47,7 +46,6 @@ func ProcessInput(c Client, text string) error {
if err != nil { if err != nil {
return &InputError{thisCommand, err} return &InputError{thisCommand, err}
} }
io.WriteString(c.Connection(), "\n\n")
case "ls": case "ls":
err := checkArgumentsLength(commandsLen, 1) err := checkArgumentsLength(commandsLen, 1)
if err != nil { if err != nil {