mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
chore: Apply clang-format width 100 (#6387)
This commit is contained in:
@@ -69,7 +69,8 @@ getID(
|
||||
// We must add issuer's FirstNFTokenSequence to offset the starting NFT
|
||||
// sequence number.
|
||||
nftSeq += env.le(issuer)->at(~sfFirstNFTokenSequence).value_or(env.seq(issuer));
|
||||
return xrpl::NFTokenMint::createNFTokenID(flags, xferFee, issuer, nft::toTaxon(nfTokenTaxon), nftSeq);
|
||||
return xrpl::NFTokenMint::createNFTokenID(
|
||||
flags, xferFee, issuer, nft::toTaxon(nfTokenTaxon), nftSeq);
|
||||
}
|
||||
|
||||
Json::Value
|
||||
@@ -166,7 +167,10 @@ acceptSellOffer(jtx::Account const& account, uint256 const& offerIndex)
|
||||
}
|
||||
|
||||
Json::Value
|
||||
brokerOffers(jtx::Account const& account, uint256 const& buyOfferIndex, uint256 const& sellOfferIndex)
|
||||
brokerOffers(
|
||||
jtx::Account const& account,
|
||||
uint256 const& buyOfferIndex,
|
||||
uint256 const& sellOfferIndex)
|
||||
{
|
||||
Json::Value jv;
|
||||
jv[sfAccount.jsonName] = account.human();
|
||||
|
||||
Reference in New Issue
Block a user