Update Prettier Solidity (#3898)
This commit is contained in:
@ -27,11 +27,7 @@ contract DummyImplementation {
|
||||
value = _value;
|
||||
}
|
||||
|
||||
function initialize(
|
||||
uint256 _value,
|
||||
string memory _text,
|
||||
uint256[] memory _values
|
||||
) public {
|
||||
function initialize(uint256 _value, string memory _text, uint256[] memory _values) public {
|
||||
value = _value;
|
||||
text = _text;
|
||||
values = _values;
|
||||
|
||||
Reference in New Issue
Block a user