Fix coding standards in Remote (extra parentheses)

This commit is contained in:
Thibault Jouan 2013-12-20 11:23:57 +00:00
parent 9251c6af8e
commit 9422705ad4

View File

@ -34,7 +34,7 @@ module Producer
output << data
end
ch.on_request('exit-status') do |c, data|
ch.on_request 'exit-status' do |c, data|
exit_status = data.read_long
raise RemoteCommandExecutionError if exit_status != 0
end