From cf508d4db9cfcec27d1e01e051aff1f3101766b4 Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 20 Dec 2021 14:54:18 +0900 Subject: [PATCH] [ruby/reline] Add space https://github.com/ruby/reline/commit/4b7fa6b213 --- lib/reline/windows.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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