diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 148a8ed..d8dd0f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,8 +23,8 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format rev: v14.0.3 hooks: - - id: clang-format - types_or: [c++, c, cuda] + - id: clang-format + types_or: [c++, c, cuda] - repo: https://github.com/cheshirekow/cmake-format-precommit rev: v0.6.13