mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: clang-tidy auto fixes (#2272)
Fixes #2271. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8fcc2dfa19
commit
4ee3ef94d9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user