Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
@ -30,6 +30,7 @@ abstract contract ERC20VotesComp is ERC20Votes {
|
||||
function getCurrentVotes(address account) external view returns (uint96) {
|
||||
return SafeCast.toUint96(getVotes(account));
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev Comp version of the {getPastVotes} accessor, with `uint96` return type.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user