summaryrefslogtreecommitdiff
path: root/tools/format.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/format.py')
-rwxr-xr-xtools/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.py b/tools/format.py
index f81d99164..2f3faf0dd 100755
--- a/tools/format.py
+++ b/tools/format.py
@@ -64,8 +64,8 @@ def prettier():
while len(source_files) > 0:
command.append(source_files.pop())
if len(" ".join(command)) > max_command_length:
- run(command, shell=False, quiet=True)
break
+ run(command, shell=False, quiet=True)
def yapf():