From 7dd0e91cac44a2bee298892c4f647675d6a22d5d Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 20 Dec 2021 14:46:15 +0900 Subject: [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 --- lib/reline/windows.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/reline') 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 -- cgit v1.2.3