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

ruby-changes:62631

From: Nobuyoshi <ko1@a...>
Date: Tue, 18 Aug 2020 20:23:51 +0900 (JST)
Subject: [ruby-changes:62631] 4f697bcf73 (master): Strip trailing spaces [ci skip]

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

From 4f697bcf734fc9f667b812846d15ac0525455bb1 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 18 Aug 2020 20:09:57 +0900
Subject: Strip trailing spaces [ci skip]


diff --git a/lib/reline/ansi.rb b/lib/reline/ansi.rb
index 36ac725..a9fb959 100644
--- a/lib/reline/ansi.rb
+++ b/lib/reline/ansi.rb
@@ -31,7 +31,7 @@ class Reline::ANSI https://github.com/ruby/ruby/blob/trunk/lib/reline/ansi.rb#L31
     # urxvt / exoterm
     [27, 91, 55, 126] => :ed_move_to_beg, # Home
     [27, 91, 56, 126] => :ed_move_to_end, # End
-    
+
     # GNOME
     [27, 79, 72] => :ed_move_to_beg,      # Home
     [27, 79, 70] => :ed_move_to_end,      # End
-- 
cgit v0.10.2


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

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