style: clang-tidy auto fixes (#2272)

Fixes #2271. 

Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-30 11:40:45 +01:00
committed by GitHub
parent 8fcc2dfa19
commit 4ee3ef94d9
4 changed files with 14 additions and 19 deletions

View File

@@ -3301,7 +3301,7 @@ TEST_F(RPCLedgerEntryTest, Vault_BinaryFalse)
auto const ledgerHeader = createLedgerHeader(kLEDGER_HASH, kRANGE_MAX);
EXPECT_CALL(*backend_, fetchLedgerBySequence(kRANGE_MAX, _)).WillRepeatedly(Return(ledgerHeader));
boost::json::object entry;
boost::json::object const entry;
auto const vault = createVault(
kACCOUNT,