1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed useless empty lines

This commit is contained in:
Nobuyoshi Nakada 2020-02-07 13:44:34 +09:00
parent a3fb97465d
commit aece5baa75
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -2260,8 +2260,6 @@ EOS
pid = fork {Process.kill(:QUIT, parent)}
IO.popen([ruby, -'--disable=gems'], -'r+'){}
Process.wait(pid)
$stdout.puts
$stdout.flush
end
INPUT
end if defined?(fork)