diff options
author | stepshal <nessento@openmailbox.org> | 2016-06-19 09:33:58 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-06-19 09:35:00 +0700 |
commit | 2278fa73c65dffda46b232c1cc1ff274ffbd7384 (patch) | |
tree | 1fa66bcb1eb3f1373043ffa94a4c3c0f83c962c5 /tests | |
parent | 904d3df13a96c2ded55919ff2a3ed873b8da3c9e (diff) | |
download | ranger-2278fa73c65dffda46b232c1cc1ff274ffbd7384.tar.gz |
Remove whitespace in blank lines
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ranger/container/test_bookmarks.py | 4 |
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 |