Commit a270be7a authored by Mark Tyneway's avatar Mark Tyneway

lint: fix nit

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent 74b0fafd
...@@ -287,8 +287,7 @@ abstract contract Deployer is Script { ...@@ -287,8 +287,7 @@ abstract contract Deployer is Script {
} }
/// @notice Removes the semantic versioning from a contract name. The semver will exist if the contract is compiled /// @notice Removes the semantic versioning from a contract name. The semver will exist if the contract is compiled
/// more than /// more than once with different versions of the compiler.
/// once with different versions of the compiler.
function _stripSemver(string memory _name) internal returns (string memory) { function _stripSemver(string memory _name) internal returns (string memory) {
string[] memory cmd = new string[](3); string[] memory cmd = new string[](3);
cmd[0] = Executables.bash; cmd[0] = Executables.bash;
......
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