Fix coding standards in Remote (extra parentheses)
This commit is contained in:
parent
9251c6af8e
commit
9422705ad4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user