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 b6e74e8 commit f00c4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/Multisig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ contract Multisig is
/// @return allowFailureMap A bitmap allowing the proposal to succeed, even if individual actions might revert.
/// If the bit at index `i` is 1, the proposal succeeds even if the `i`th action reverts.
/// A failure map value of 0 requires every action to not revert.
/// @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 f00c4a9

Please sign in to comment.