Skip to content

Commit

Permalink
fix comma after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
biryukovmaxim committed Oct 7, 2023
1 parent 8ef2280 commit 71cd277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consensus/src/consensus/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ impl Consensus {
// Services and managers
//

let services = ConsensusServices::new(db.clone(), storage.clone(), config.clone(), tx_script_cache_counters, , notification_root.clone());
let services =
ConsensusServices::new(db.clone(), storage.clone(), config.clone(), tx_script_cache_counters, notification_root.clone());

//
// Processor channels
Expand Down

0 comments on commit 71cd277

Please sign in to comment.