aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-12-20 14:46:15 +0900
committergit <svn-admin@ruby-lang.org>2021-12-20 14:46:35 +0900
commit7dd0e91cac44a2bee298892c4f647675d6a22d5d (patch)
tree7fa86b791f375f20e904b86c92e118f9736c4b02
parent3bb6e4f641223c8573d2735e179f6822bc79cc33 (diff)
downloadruby-7dd0e91cac44a2bee298892c4f647675d6a22d5d.tar.gz
[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
-rw-r--r--lib/reline/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb
index c7bbedb00f..746f142bdc 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -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