Update helpers.sol

This commit is contained in:
Georges KABBOUCHI 2022-07-08 20:47:22 +03:00
parent 2c2f9f852b
commit cdf6d7b10a

View File

@ -5,7 +5,7 @@ import { DSMath } from "../../../common/math.sol";
import { Basic } from "../../../common/basic.sol";
import { AavePoolProviderInterface, AaveDataProviderInterface } from "./interface.sol";
abstract contract Helpers is DSMath, Basic {
abstract contract Helper is DSMath, Basic {
}