Fix coding standards in Remote (extra parentheses)
This commit is contained in:
@@ -34,7 +34,7 @@ module Producer
|
|||||||
output << data
|
output << data
|
||||||
end
|
end
|
||||||
|
|
||||||
ch.on_request('exit-status') do |c, data|
|
ch.on_request 'exit-status' do |c, data|
|
||||||
exit_status = data.read_long
|
exit_status = data.read_long
|
||||||
raise RemoteCommandExecutionError if exit_status != 0
|
raise RemoteCommandExecutionError if exit_status != 0
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user