Remove newline from end_job to conform to spec

bug/bundler_fix
William Vu 2013-12-09 14:11:00 -06:00
parent 131bfcaf41
commit 2f2823e323
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Client
#
# @return [void]
def end_job
command = "#{UEL}\n"
command = UEL
@sock.put(command)
end