summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-04 20:39:24 +0100
committerhut <hut@hut.pm>2018-01-04 20:39:24 +0100
commit7769d0f2cdccf1c257f03d808248dbdf9b7ea593 (patch)
treef53f3c83f616328ef37d383369ecf4c26785be23
parenta965ba18b4735ef9c4cd3506c6b4988d1fd85e62 (diff)
downloadranger-7769d0f2cdccf1c257f03d808248dbdf9b7ea593.tar.gz
Fix spectre vulnerability
-rw-r--r--ranger/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index f3495197..a00b813a 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -29,7 +29,6 @@ DEFAULT_PAGER = 'less'
 USAGE = '%prog [options] [path]'
 VERSION = 'ranger-master {0}'.format(__version__)
 
-
 # These variables are ignored if the corresponding
 # XDG environment variable is non-empty and absolute
 CACHEDIR = os.path.expanduser('~/.cache/ranger')