about summary refs log tree commit diff stats
path: root/ranger/api/commands.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-19 09:45:59 +0700
committerstepshal <nessento@openmailbox.org>2016-06-19 09:46:59 +0700
commit39e5b4c6ab1a41951d6ff728a058054c1141f57d (patch)
treee38a857c9c1f996b25fd495246245a4e993639f7 /ranger/api/commands.py
parent904d3df13a96c2ded55919ff2a3ed873b8da3c9e (diff)
downloadranger-39e5b4c6ab1a41951d6ff728a058054c1141f57d.tar.gz
Make at least two spaces before inline comment
Diffstat (limited to 'ranger/api/commands.py')
-rw-r--r--ranger/api/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index 7d1b7506..8ba2a3a0 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -142,7 +142,7 @@ class Command(FileManagerAware):
 
     def start(self, n):
         """Returns everything until (inclusively) arg(n)"""
-        return ' '.join(self.args[:n]) + " " # XXX
+        return ' '.join(self.args[:n]) + " "  # XXX
 
     def shift(self):
         del self.args[0]