fix: added newline

This commit is contained in:
sendra 2022-02-03 12:56:11 +01:00
parent 049c84e436
commit 3f9ab86592

View File

@ -21,4 +21,4 @@ interface IAaveOracle {
* @return The address of the source
*/
function getSourceOfAsset(address asset) external view returns (address);
}
}