mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes formattting issues after merge
This commit is contained in:
@@ -49,6 +49,8 @@ sharesToAssetsWithdraw(
|
||||
// Determine if a vault is insolvent. A vault is considered insolvent when
|
||||
// the total assets in the vault are zero, and outstanding shares are non-zero.
|
||||
[[nodiscard]] bool
|
||||
isVaultInsolvent(std::shared_ptr<SLE const> const& vault, std::shared_ptr<SLE const> const& shareIssuance);
|
||||
isVaultInsolvent(
|
||||
std::shared_ptr<SLE const> const& vault,
|
||||
std::shared_ptr<SLE const> const& shareIssuance);
|
||||
|
||||
} // namespace xrpl
|
||||
|
||||
Reference in New Issue
Block a user