Remove newline from end_job to conform to spec
parent
131bfcaf41
commit
2f2823e323
|
@ -20,7 +20,7 @@ class Client
|
|||
#
|
||||
# @return [void]
|
||||
def end_job
|
||||
command = "#{UEL}\n"
|
||||
command = UEL
|
||||
@sock.put(command)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue