Skip to content

Commit

Permalink
Merge pull request #2004 from AutarkLabs/dev-template-update
Browse files Browse the repository at this point in the history
chore(dev-template): add explicit visibility
  • Loading branch information
PeterMPhillips committed May 22, 2020
2 parents 05a010d + 41399ce commit caf72f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dev/contracts/BaseCache.sol
Expand Up @@ -23,7 +23,7 @@ contract BaseCache is BaseTemplate {
ENS(_deployedSetupContracts[1]),
MiniMeTokenFactory(_deployedSetupContracts[2]),
IFIFSResolvingRegistrar(_deployedSetupContracts[3])
) {}
) public {}

function _cacheBase(
ACL _acl,
Expand Down

0 comments on commit caf72f9

Please sign in to comment.