[前][次][番号順一覧][スレッド一覧]

ruby-changes:70340

From: aycabta <ko1@a...>
Date: Mon, 20 Dec 2021 14:53:54 +0900 (JST)
Subject: [ruby-changes:70340] cf508d4db9 (master): [ruby/reline] Add space

https://git.ruby-lang.org/ruby.git/commit/?id=cf508d4db9

From cf508d4db9cfcec27d1e01e051aff1f3101766b4 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 20 Dec 2021 14:54:18 +0900
Subject: [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 e7b8957115f..45944acb9d4 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -170,7 +170,7 @@ class Reline::Windows https://github.com/ruby/ruby/blob/trunk/lib/reline/windows.rb#L170
 
   @@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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]