Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Nov 12, 2024
1 parent 502389f commit 70a2785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/governance/src/governor/governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ pub mod GovernorComponent {

/// Minimum number of casted votes required for a proposal to be successful.
///
/// NOTE: The `timepoint` parameter corresponds to the snapshot used for counting votes. This
/// allows the quorum to scale depending on values such as the total supply of a token at
/// this timepoint.
/// NOTE: The `timepoint` parameter corresponds to the snapshot used for counting votes.
/// This allows the quorum to scale depending on values such as the total supply of a token
/// at this timepoint.
fn quorum(self: @ComponentState<TContractState>, timepoint: u64) -> u256 {
GovernorQuorum::quorum(self, timepoint)
}
Expand Down

0 comments on commit 70a2785

Please sign in to comment.