Skip to content

Commit

Permalink
Added back missing constructor comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Nov 28, 2023
1 parent af0e50f commit 967bdea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RadworksGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ contract RadworksGovernor is
/// @param _initialVotingDelay The initial voting delay this Governor will enforce.
/// @param _initialVotingPeriod The initial voting period this Governor will enforce.
/// @param _initialProposalThreshold The initial number of RAD required to submit
/// a proposal this Governor will enforce.
/// @param _initialQuorum The initial number of RAD required to meet quorum threshold
constructor(
uint256 _initialVotingDelay,
Expand Down

0 comments on commit 967bdea

Please sign in to comment.