Browse Source

build: fix clang-format duplicate message (#45263)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <[email protected]>
trop[bot] 3 months ago
parent
commit
9d2e0f688c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      script/run-clang-format.py

+ 0 - 3
script/run-clang-format.py

@@ -369,9 +369,6 @@ def main():
           patch_file.close()
           os.unlink(patch_file.name)
         else:
-          print(
-            'To patch these files, run:',
-            f"$ git apply {patch_file.name}", sep='\n')
           filename=patch_file.name
           print(f"\nTo patch these files, run:\n$ git apply {filename}\n")