From c2bdbedf1c2326cb3b38cedf0ee46413d86e2e2c Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 27 Mar 2024 15:13:05 -0400 Subject: [libc++][NFC] Remove whitespace that doesn't belong --- libcxx/utils/libcxx/test/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/utils/libcxx/test/params.py b/libcxx/utils/libcxx/test/params.py index 695e011..5e42562 100644 --- a/libcxx/utils/libcxx/test/params.py +++ b/libcxx/utils/libcxx/test/params.py @@ -407,6 +407,6 @@ DEFAULT_PARAMETERS = [ AddFeature('has-clang-tidy'), AddSubstitution('%{clang-tidy}', exe), ] - ), + ), ] # fmt: on -- cgit v1.1