Fix linting errors

This commit is contained in:
Amir
2020-01-13 11:41:49 -08:00
parent 41b1b1f141
commit 14ade737da

View File

@@ -29,6 +29,7 @@ contract PotLike {
function exit(uint256) external;
}
// The actual Chai contract can be found here: https://github.com/dapphub/chai
contract IChai is
IERC20Token