Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Aug 7, 2023
1 parent 796b357 commit e105b28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ pub fn new_full(mut config: Configuration, cli: Cli) -> Result<TaskManager, Serv

let mining_metrics = mining_metrics.clone();

let shared_authority_set = shared_authority_set.clone();
let finality_provider = finality_provider.clone();
let justification_stream = grandpa_link.justification_stream();
let shared_voter_state = shared_voter_state.clone();

Expand Down

0 comments on commit e105b28

Please sign in to comment.