Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bvrooman committed Oct 13, 2023
1 parent 662812c commit e83a116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/services/consensus_module/bft/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub struct Service {
}

impl Service {
#[allow(clippy::let_unit_value)]
pub async fn new(_config: &Config, _db: ()) -> anyhow::Result<Self> {
let (sender, _receiver) = mpsc::channel(100);
Ok(Self {
Expand Down

0 comments on commit e83a116

Please sign in to comment.