[ruby/reline] Add space

https://github.com/ruby/reline/commit/1bb071bcf5
This commit is contained in:
aycabta 2021-10-12 12:48:31 +09:00 committed by git
parent 66ec3217df
commit 8cc01b668a

View File

@ -168,7 +168,7 @@ class Reline::Windows
@@input_buf = []
@@output_buf = []
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