Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
@ -23,7 +23,11 @@ contract ContextMockCaller {
|
||||
context.msgSender();
|
||||
}
|
||||
|
||||
function callData(ContextMock context, uint256 integerValue, string memory stringValue) public {
|
||||
function callData(
|
||||
ContextMock context,
|
||||
uint256 integerValue,
|
||||
string memory stringValue
|
||||
) public {
|
||||
context.msgData(integerValue, stringValue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user