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
'n145' href='#n145'>145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182