From 314f666897e63ab9f982726724a7e4af1ca798a8 Mon Sep 17 00:00:00 2001 From: Mark Tiedemann Date: Tue, 9 Jun 2020 17:50:41 +0200 Subject: fix(tools): prettier formatting (#6206) --- tools/format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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(): -- cgit v1.2.3