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

[ruby/reline] Add space

https://github.com/ruby/reline/commit/4b7fa6b213
This commit is contained in:
aycabta 2021-12-20 14:54:18 +09:00 committed by git
parent 2a8ff602e0
commit cf508d4db9

View file

@ -170,7 +170,7 @@ class Reline::Windows
@@output = STDOUT
def self.msys_tty?(io=@@hConsoleInputHandle)
def self.msys_tty?(io = @@hConsoleInputHandle)
# check if fd is a pipe
if @@GetFileType.call(io) != FILE_TYPE_PIPE
return false