diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/style.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/style.py b/util/style.py index 650c25e78..2c2714f0c 100644 --- a/util/style.py +++ b/util/style.py @@ -72,7 +72,7 @@ def format_file(filename): if file_type(filename) in format_types: return True - return False + return True def checkwhite_line(line): match = lead.search(line) |