summary refs log tree commit diff stats
path: root/ranger/keyapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/keyapi.py')
-rw-r--r--ranger/keyapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/keyapi.py b/ranger/keyapi.py
index 95443b6d..308fab2b 100644
--- a/ranger/keyapi.py
+++ b/ranger/keyapi.py
@@ -36,7 +36,7 @@ def make_abbreviations(command_list):
 			# is equivalent to:
 			#    bind('a', lambda arg: arg.fm.ui.do_stuff())
 			return lambda fnc: command_list.bind(fnc, *args)
-	
+
 	def hint(*args):
 		command_list.hint(args[-1], *args[:-1])