Commit e8f93e95 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix compiler error

parent 4abf2d97
......@@ -52,7 +52,7 @@ import "src/libraries/DisputeTypes.sol";
contract Deploy is Deployer {
DeployConfig cfg;
/// @inheritdoc
/// @inheritdoc Deployer
function name() public pure override returns (string memory name_) {
name_ = "Deploy";
}
......
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