Skip to content

Commit

Permalink
lint contract
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Nov 15, 2024
1 parent 781a664 commit 2aaade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/MajorityVotingBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ abstract contract MajorityVotingBase is
/// @return tally The current tally of the proposal.
/// @return actions The actions to be executed to the `target` contract address.
/// @return allowFailureMap The bit map representations of which actions are allowed to revert so tx still succeeds.
/// @return targetConfig Execution configuration that was applied to the proposal when it was created. Added in build 3.
/// @return targetConfig Execution configuration, applied to the proposal when it was created. Added in build 3.
function getProposal(
uint256 _proposalId
)
Expand Down

0 comments on commit 2aaade8

Please sign in to comment.