summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-19 09:33:58 +0700
committerstepshal <nessento@openmailbox.org>2016-06-19 09:35:00 +0700
commit2278fa73c65dffda46b232c1cc1ff274ffbd7384 (patch)
tree1fa66bcb1eb3f1373043ffa94a4c3c0f83c962c5 /tests
parent904d3df13a96c2ded55919ff2a3ed873b8da3c9e (diff)
downloadranger-2278fa73c65dffda46b232c1cc1ff274ffbd7384.tar.gz
Remove whitespace in blank lines
Diffstat (limited to 'tests')
-rw-r--r--tests/ranger/container/test_bookmarks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ranger/container/test_bookmarks.py b/tests/ranger/container/test_bookmarks.py
index cfaf3ba1..2c0f78bd 100644
--- a/tests/ranger/container/test_bookmarks.py
+++ b/tests/ranger/container/test_bookmarks.py
@@ -37,10 +37,10 @@ def testbookmarks(tmpdir):
 
     # We don't uneccesary update when the file on disk does not change
     origupdate = secondstore.update
-    
+
     class OutOfDateException(Exception):
         pass
-    
+
     def crash():
         raise OutOfDateException("Don't access me")
     secondstore.update = crash