From 51e12a7dc5faa33c1de9da31f4c6b7a0865ed846 Mon Sep 17 00:00:00 2001 From: Ben DiFrancesco Date: Tue, 15 Feb 2022 17:08:11 -0500 Subject: [PATCH] Fix Governor linting issue --- contracts/governance/Governor.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/governance/Governor.sol b/contracts/governance/Governor.sol index 5148865ef74..fb1bc0d7a20 100644 --- a/contracts/governance/Governor.sol +++ b/contracts/governance/Governor.sol @@ -419,6 +419,7 @@ abstract contract Governor is Context, ERC165, EIP712, IGovernor { return _castVote(proposalId, voter, support, reason, params); } + /** * @dev Internal vote casting mechanism: Check that the vote is pending, that it has not been cast yet, retrieve * voting weight using {IGovernor-getVotes} and call the {_countVote} internal function. Uses the _defaultParams().