summary refs log tree commit diff stats
path: root/ranger/api
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-16 17:44:13 +0700
committerstepshal <nessento@openmailbox.org>2016-06-16 17:44:13 +0700
commitdded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab (patch)
tree9a98e0e6ebcbe543179759155996cf249c9e03ed /ranger/api
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-dded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab.tar.gz
Add one blank line where is expected
Diffstat (limited to 'ranger/api')
-rw-r--r--ranger/api/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index c3e0a59a..b463a776 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -377,6 +377,7 @@ class FunctionCommand(Command):
     _based_function = None
     _object_name = ""
     _function_name = "unknown"
+
     def execute(self):
         if not self._based_function:
             return
@@ -431,6 +432,7 @@ class AliasCommand(Command):
     _object_name = ""
     _function_name = "unknown"
     _line = ""
+    
     def execute(self):
         return self._make_cmd().execute()