mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fix pre-commit issues
This commit is contained in:
@@ -519,9 +519,9 @@ LoanSet::doApply()
|
||||
"xrpl::LoanSet::doApply",
|
||||
"broker owner signed transaction");
|
||||
|
||||
if (auto const ter =
|
||||
makeWritableTokenBase(view, vaultAsset)
|
||||
->addEmptyHolding(brokerOwner, brokerOwnerAcct->at(sfBalance).value().xrp(), j_);
|
||||
if (auto const ter = makeWritableTokenBase(view, vaultAsset)
|
||||
->addEmptyHolding(
|
||||
brokerOwner, brokerOwnerAcct->at(sfBalance).value().xrp(), j_);
|
||||
ter && ter != tecDUPLICATE)
|
||||
{
|
||||
// ignore tecDUPLICATE. That means the holding already exists,
|
||||
|
||||
Reference in New Issue
Block a user