[pre-commit.ci] pre-commit autoupdate (#3822)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.0](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.7...v20.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2025-03-17 19:50:44 -04:00 committed by GitHub
parent 1f6e7de569
commit f9c17d9b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -293,7 +293,10 @@ int TEST_NAME(int, char**) {
"'wonder'+0 : 'prowonderbread'+3 --> 6");
// Test all Lexer types.
#define NO {"", Lexer::Type::word}
#define NO \
{ \
"", Lexer::Type::word \
}
struct {
const char* input;
struct {