fix pre-commit issues

This commit is contained in:
Mayukha Vadari
2026-06-18 20:27:34 -04:00
parent de610e1e43
commit 3f8a47d974

View File

@@ -278,7 +278,8 @@ adjustOwnerCount(
if (sponsorObjSle && adjustment > 0)
{
// update the pre-funded RemainingOwnerCount on Sponsorship ledger object
// Remaining owner count moves opposite to adjustment: +adjustment => consume reserve (-),
// Remaining owner count moves opposite to adjustment: +adjustment => consume reserve
// (-),
view, sponsorObjSle, sfRemainingOwnerCount, sponsorID, -adjustment, j, false);
}
}