mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-25 14:12:25 +00:00
fix clang-tidy
This commit is contained in:
@@ -366,10 +366,8 @@ MPTokenIssuanceSet::doApply()
|
||||
WritableMPToken mpt(mptIssuance, *holderID);
|
||||
return updateMPToken(mpt, ctx_.tx);
|
||||
}
|
||||
else
|
||||
{
|
||||
return updateMPTokenIssuance(mptIssuance, ctx_.tx);
|
||||
}
|
||||
|
||||
return updateMPTokenIssuance(mptIssuance, ctx_.tx);
|
||||
}
|
||||
|
||||
} // namespace xrpl
|
||||
|
||||
Reference in New Issue
Block a user