fix pre-commit issues

This commit is contained in:
Mayukha Vadari
2026-03-23 09:29:38 -07:00
parent c9db124015
commit 8a1adc4ec9
2 changed files with 8 additions and 3 deletions

View File

@@ -91,8 +91,8 @@ DelegateSet::doApply()
sle->setAccountID(sfAuthorize, authAccount);
sle->setFieldArray(sfPermissions, permissions);
auto const page =
ctx_.view().dirInsert(keylet::ownerDir(accountID_), delegateKey, describeOwnerDir(accountID_));
auto const page = ctx_.view().dirInsert(
keylet::ownerDir(accountID_), delegateKey, describeOwnerDir(accountID_));
if (!page)
return tecDIR_FULL; // LCOV_EXCL_LINE

View File

@@ -538,7 +538,12 @@ AMMDeposit::deposit(
}
res = accountSend(
view, accountID_, ammAccount, *amount2DepositActual, ctx_.journal, WaiveTransferFee::Yes);
view,
accountID_,
ammAccount,
*amount2DepositActual,
ctx_.journal,
WaiveTransferFee::Yes);
if (!isTesSuccess(res))
{
JLOG(ctx_.journal.debug())