aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-12-20 14:54:18 +0900
committergit <svn-admin@ruby-lang.org>2021-12-20 14:53:45 +0900
commitcf508d4db9cfcec27d1e01e051aff1f3101766b4 (patch)
treedb93ee86f193447b2218bee4eca2fbefea9dcadf
parent2a8ff602e0a6302faef92d554fc809aef3b71212 (diff)
downloadruby-cf508d4db9cfcec27d1e01e051aff1f3101766b4.tar.gz
[ruby/reline] Add space
https://github.com/ruby/reline/commit/4b7fa6b213
-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 e7b8957115..45944acb9d 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -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