delete \n in nopcommand
parent
487fe5874d
commit
ee35508711
|
@ -10,7 +10,7 @@ type NOPCommand struct {
|
|||
|
||||
// The name of the NOP command in the log
|
||||
func (c NOPCommand) CommandName() string {
|
||||
return "nop\n"
|
||||
return "nop"
|
||||
}
|
||||
|
||||
func (c NOPCommand) Apply(server *Server) (interface{}, error) {
|
||||
|
|
Loading…
Reference in New Issue