summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-10-22 20:42:03 +0900
committeraycabta <aycabta@gmail.com>2019-10-23 19:57:31 +0900
commit8bb716ab91577f2b1e21e833fb3f3170032ba881 (patch)
tree6ceaa047af61a3bc6d2d24ad6111cf807029ea8e /lib
parent67f010af9bd08581caa474831b7ed7f21ae00f6d (diff)
Fix indent...
Diffstat (limited to 'lib')
-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 477152e436..47cb612005 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -16,7 +16,7 @@ class Reline::Windows
[ 0, 75] => :ed_prev_char, # ←
[ 0, 83] => :key_delete, # Del
[ 0, 71] => :ed_move_to_beg, # Home
- [ 0, 79] => :ed_move_to_end # End
+ [ 0, 79] => :ed_move_to_end # End
}
if defined? JRUBY_VERSION