Skip to content

Commit

Permalink
fixed formatting after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Nov 13, 2024
1 parent a551d94 commit a42d9da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nym-validator-rewarder/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ pub struct ConfigOverridableArgs {
#[clap(long, env = "NYM_VALIDATOR_TICKETBOOK_ISSUANCE_MONITORING_ONLY")]
pub ticketbook_issuance_monitoring_only: bool,

#[clap(long, env = "NYM_VALIDATOR_REWARDER_DISABLE_TICKETBOOK_ISSUANCE_REWARDING")]
#[clap(
long,
env = "NYM_VALIDATOR_REWARDER_DISABLE_TICKETBOOK_ISSUANCE_REWARDING"
)]
pub disable_ticketbook_issuance_rewarding: bool,

#[clap(long, env = "NYM_VALIDATOR_REWARDER_SCRAPER_ENDPOINT")]
Expand Down

0 comments on commit a42d9da

Please sign in to comment.