Skip to content

Commit

Permalink
chore: update pre-commit hooks (#74)
Browse files Browse the repository at this point in the history
* chore: update pre-commit hooks

updates:
- [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v18.1.4](pre-commit/mirrors-clang-format@v18.1.3...v18.1.4)

* style: pre-commit fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 26, 2024
1 parent d304c14 commit 74b8598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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++]
2 changes: 1 addition & 1 deletion include/RMGVGenerator.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 74b8598

Please sign in to comment.