summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-10-02 21:09:44 +0200
committertoonn <toonn@toonn.io>2019-10-02 21:09:44 +0200
commit807974ce63ba2db7c2e9705c59b54398420130fc (patch)
tree4f6620faab5a89af920f602d48fdebb597389535
parent6f184c53c88629d2f9f437ff9f604db58dbed07a (diff)
downloadranger-807974ce63ba2db7c2e9705c59b54398420130fc.tar.gz
Fix interclass whitespace
-rwxr-xr-xranger/config/commands.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 84951c91..b146cec9 100755
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1328,6 +1328,7 @@ class uncmap(unmap):
     """
     context = 'console'
 
+
 class cunmap(uncmap):
     """:cunmap <keys> [<keys2>, ...]
 
@@ -1340,6 +1341,7 @@ class cunmap(uncmap):
         self.fm.notify("cunmap is deprecated in favor of uncmap!")
         super(cunmap, self).execute()
 
+
 class unpmap(unmap):
     """:unpmap <keys> [<keys2>, ...]
 
@@ -1347,6 +1349,7 @@ class unpmap(unmap):
     """
     context = 'pager'
 
+
 class punmap(unpmap):
     """:punmap <keys> [<keys2>, ...]
 
@@ -1359,6 +1362,7 @@ class punmap(unpmap):
         self.fm.notify("punmap is deprecated in favor of unpmap!")
         super(punmap, self).execute()
 
+
 class untmap(unmap):
     """:untmap <keys> [<keys2>, ...]
 
@@ -1366,6 +1370,7 @@ class untmap(unmap):
     """
     context = 'taskview'
 
+
 class tunmap(untmap):
     """:tunmap <keys> [<keys2>, ...]