Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
@ -33,7 +33,6 @@ contract EnumerableMapMock {
|
||||
return _map.at(index);
|
||||
}
|
||||
|
||||
|
||||
function tryGet(uint256 key) public view returns (bool, address) {
|
||||
return _map.tryGet(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user