Fix coding standards
This commit is contained in:
parent
b0b5257ec2
commit
5d9778f33f
@ -18,7 +18,7 @@ class ArubaProgramWrapper
|
|||||||
@argv.dup, stdin: @stdin, stdout: @stdout, stderr: @stderr
|
@argv.dup, stdin: @stdin, stdout: @stdout, stderr: @stderr
|
||||||
)
|
)
|
||||||
rescue SystemExit => e
|
rescue SystemExit => e
|
||||||
@kernel.exit(e.status)
|
@kernel.exit e.status
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user