Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Aug 7, 2024
1 parent 29dd59b commit b2acf97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/IMetaMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ interface IMetaMorphoBase {
function lastTotalAssets() external view returns (uint256);

/// @notice Stores the missing assets due to realized bad debt.
/// @dev To let vault users recover the lost funds, one can supply directly on the market where the bad debt has been realized on behalf of the vault.
/// @dev To let vault users recover the lost funds, one can supply directly on the market where the bad debt has
/// been realized on behalf of the vault.
function lostAssets() external view returns (uint256);

/// @notice Submits a `newTimelock`.
Expand Down

0 comments on commit b2acf97

Please sign in to comment.