From 01c5db032a5a44601f37ddef0949491bb931c207 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:07:39 -0600 Subject: [PATCH] build: fix clang-format duplicate message (#45264) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr --- script/run-clang-format.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/run-clang-format.py b/script/run-clang-format.py index 0ec5013fd480..63149da284fd 100644 --- a/script/run-clang-format.py +++ b/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")