Skip to content

Commit

Permalink
linter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-koshy committed May 8, 2024
1 parent b48710d commit 6b165ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions consensus/core/src/commit_observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ use tokio::sync::mpsc::UnboundedSender;

use crate::{
block::{BlockAPI, VerifiedBlock},
commit::{
load_committed_subdag_from_store, CommitAPI, CommitIndex, CommittedSubDag,
},
commit::{load_committed_subdag_from_store, CommitAPI, CommitIndex, CommittedSubDag},
context::Context,
dag_state::DagState,
error::{ConsensusError, ConsensusResult},
Expand Down

0 comments on commit 6b165ff

Please sign in to comment.