summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-07 00:29:19 +0700
committerhut <hut@lepus.uberspace.de>2016-06-06 23:13:52 +0200
commitc256b5d0687688630d0eb2ede9dfbe481eef6969 (patch)
treefc99e7aba834b3d3975b9a846020ee68e9ba8e41 /tests
parente77aaac145946dc404e80ef2c065034d73467949 (diff)
downloadranger-c256b5d0687688630d0eb2ede9dfbe481eef6969.tar.gz
Make exactly one space after comma
Update commands.py
Diffstat (limited to 'tests')
-rw-r--r--tests/ranger/container/test_container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ranger/container/test_container.py b/tests/ranger/container/test_container.py
index a24c3f8d..140186d0 100644
--- a/tests/ranger/container/test_container.py
+++ b/tests/ranger/container/test_container.py
@@ -2,7 +2,7 @@ from ranger.container import history
 
 
 HISTORY_TEST_ENTRIES = [str(k) for k in range(20)]
-OTHER_TEST_ENTRIES = [str(k) for k in range(40,45)]
+OTHER_TEST_ENTRIES = [str(k) for k in range(40, 45)]
 
 def testhistorybasic():
     # A history is a buffer of limited size that stores the last `maxlen`