From 81d12fa452f63193fa0f3b483c308eb932c48e90 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 20 Jan 2025 11:05:40 +0100 Subject: [PATCH] build: fix clang-format duplicate message (#45235) --- 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")