From 8cc01b668aa1eb0a19e7880dd697d78b93246704 Mon Sep 17 00:00:00 2001 From: aycabta Date: Tue, 12 Oct 2021 12:48:31 +0900 Subject: [PATCH] [ruby/reline] Add space https://github.com/ruby/reline/commit/1bb071bcf5 --- 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 32d93a1ca9..e44ba040c2 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