diff --git a/src/interfaces/IMetaMorpho.sol b/src/interfaces/IMetaMorpho.sol index 4e17649f..78b1870d 100644 --- a/src/interfaces/IMetaMorpho.sol +++ b/src/interfaces/IMetaMorpho.sol @@ -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`.