summary refs log tree commit diff stats
path: root/ranger/container/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/container/file.py')
-rw-r--r--ranger/container/file.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/container/file.py b/ranger/container/file.py
index 2c6d8315..40a4f73d 100644
--- a/ranger/container/file.py
+++ b/ranger/container/file.py
@@ -37,6 +37,7 @@ PREVIEW_WHITELIST = re.compile(r"""
         $
 """, re.VERBOSE | re.IGNORECASE)
 
+
 class File(FileSystemObject):
     is_file = True
     preview_data = None