Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 26, 2024
1 parent 839f409 commit 4518e43
Showing 1 changed file with 1 addition and 1 deletion.
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 4518e43

Please sign in to comment.