From cd92d8db34afd95335697f85a527028fa8309d18 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Wed, 23 Apr 2025 21:26:43 -0700 Subject: [PATCH] [clang-format][NFC] Reformat clang/test/Format/lit.local.cfg with black --- clang/test/Format/lit.local.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Format/lit.local.cfg b/clang/test/Format/lit.local.cfg index 20e217664997..faa4b7f20fbc 100644 --- a/clang/test/Format/lit.local.cfg +++ b/clang/test/Format/lit.local.cfg @@ -21,7 +21,7 @@ config.suffixes = [ ".textpb", ".asciipb", ".td", - ".test" + ".test", ] # AIX 'diff' command doesn't support --strip-trailing-cr, but the internal @@ -31,5 +31,5 @@ if platform.system() == "AIX": # Create an empty .clang-format-ignore file so that tests don't get messed # up if one exists higher in the tree -with open(".clang-format-ignore", 'w'): +with open(".clang-format-ignore", "w"): pass