From 839f409386af5c97d3f6d35fb632ffc75c83c40d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:00:42 +0000 Subject: [PATCH 1/2] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v18.1.4](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.3...v18.1.4) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 467ee460..706e723f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: types_or: [c++] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.3 + rev: v18.1.4 hooks: - id: clang-format types_or: [c++] From 4518e435e389d4c735739ca753ed1ef8b96d6b00 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:33:45 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- include/RMGVGenerator.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/RMGVGenerator.hh b/include/RMGVGenerator.hh index 3dcca4e0..73239aa1 100644 --- a/include/RMGVGenerator.hh +++ b/include/RMGVGenerator.hh @@ -30,7 +30,7 @@ class RMGVGenerator { RMGVGenerator() = delete; - inline RMGVGenerator(std::string name) : fGeneratorName(name){}; + inline RMGVGenerator(std::string name) : fGeneratorName(name) {}; virtual inline ~RMGVGenerator() = default;