[clang-format][NFC] Reformat clang/test/Format/lit.local.cfg with black

This commit is contained in:
Owen Pan 2025-04-23 21:26:43 -07:00
parent cb8495c0fc
commit cd92d8db34

View File

@ -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