style: clang-tidy auto fixes (#1793)

Fixes #1792.
This commit is contained in:
github-actions[bot]
2024-12-18 11:43:53 +00:00
committed by GitHub
parent fc3e60f17f
commit 64b50b419f
16 changed files with 42 additions and 49 deletions

View File

@@ -55,7 +55,7 @@ ExampleTransactionsMigrator::runMigration(
backend,
[&](ripple::STTx const& tx, ripple::TxMeta const&) {
{
std::lock_guard<std::mutex> lock(mtx);
std::lock_guard<std::mutex> const lock(mtx);
hashSet.insert(ripple::to_string(tx.getTransactionID()));
}
auto const json = tx.getJson(ripple::JsonOptions::none);