about summary refs log tree commit diff stats
path: root/ranger/ext/widestring.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/ext/widestring.py')
-rw-r--r--ranger/ext/widestring.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/widestring.py b/ranger/ext/widestring.py
index 06d32830..b042c45b 100644
--- a/ranger/ext/widestring.py
+++ b/ranger/ext/widestring.py
@@ -11,6 +11,7 @@ NARROW = 1
 WIDE = 2
 WIDE_SYMBOLS = set('WF')
 
+
 def uwid(string):
     """Return the width of a string"""
     if not PY3: