mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
style: clang-tidy auto fixes (#1972)
Fixes #1971. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b31b7633c9
commit
66b3f40268
@@ -402,7 +402,7 @@ TEST_F(BackendCassandraTest, Basic)
|
||||
|
||||
ripple::uint256 hash256;
|
||||
EXPECT_TRUE(hash256.parseHex(hashHex));
|
||||
ripple::TxMeta txMeta{hash256, lgrInfoNext.seq, metaBlob};
|
||||
ripple::TxMeta const txMeta{hash256, lgrInfoNext.seq, metaBlob};
|
||||
auto accountsSet = txMeta.getAffectedAccounts();
|
||||
for (auto& a : accountsSet) {
|
||||
affectedAccounts.push_back(a);
|
||||
|
||||
Reference in New Issue
Block a user