Commit 487b26fe authored by Mark Tyneway's avatar Mark Tyneway

lint: fix

parent 8b6bfb36
......@@ -1002,7 +1002,7 @@ contract Deploy is Deployer {
}
/// @notice Deploy the StorageSetter contract, used for upgrades.
function deployStorageSetter() broadcast public returns (address addr_) {
function deployStorageSetter() public broadcast returns (address addr_) {
StorageSetter setter = new StorageSetter{ salt: implSalt() }();
console.log("StorageSetter deployed at: %s", address(setter));
string memory version = setter.version();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment