summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-06-21 01:20:04 +0200
committerhut <hut@lepus.uberspace.de>2016-06-21 01:20:04 +0200
commit4611c89243cafee9fc81af11e1a3e96be3d61bd4 (patch)
tree08381bd499e3e994cc30c87833f97e88df17730d /tests
parent92855e6d1179c425a5d70a5c7235027e2350753b (diff)
parent2278fa73c65dffda46b232c1cc1ff274ffbd7384 (diff)
downloadranger-4611c89243cafee9fc81af11e1a3e96be3d61bd4.tar.gz
Merge branch 'whitespace' of https://github.com/stepshal/ranger
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