Update Prettier Solidity (#3898)
This commit is contained in:
@ -6,11 +6,7 @@ import "../utils/Create2.sol";
|
||||
import "../utils/introspection/ERC1820Implementer.sol";
|
||||
|
||||
contract Create2Impl {
|
||||
function deploy(
|
||||
uint256 value,
|
||||
bytes32 salt,
|
||||
bytes memory code
|
||||
) public {
|
||||
function deploy(uint256 value, bytes32 salt, bytes memory code) public {
|
||||
Create2.deploy(value, salt, code);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user