From 4bafb966f9d2891b6036ca47b74e9b8b4d45322b Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 23 Nov 2022 14:26:46 -0600 Subject: [PATCH] Update .clang-tidy Co-authored-by: Wolfgang Bangerth --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 8258e2eca9..7532f07a2e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,7 +12,7 @@ # We don't care about "a"+to_string(5)+... # # - performance-no-automatic-move: -# All modern compiler perform the return value optimization and we prefer +# All modern compilers perform the return value optimization and we prefer # to keep things const. # -- 2.39.5