[CI] clang-tidy auto fixes (#1046)

Fixes #1045.
This commit is contained in:
github-actions[bot]
2023-12-13 15:08:53 +00:00
committed by GitHub
parent 6065d324b5
commit a9d685d5c0
9 changed files with 89 additions and 36 deletions

View File

@@ -25,7 +25,7 @@ struct FakeAmendmentBlockAction {
std::reference_wrapper<std::size_t> callCount;
void
operator()()
operator()() const
{
++(callCount.get());
}