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

[ruby/reline] Revert "Add space"

This reverts commit https://github.com/ruby/reline/commit/1bb071bcf5a9.

To merge a Pull Request...

https://github.com/ruby/reline/commit/e9fe1b1305
This commit is contained in:
aycabta 2021-12-20 14:46:15 +09:00 committed by git
parent 3bb6e4f641
commit 7dd0e91cac

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