Skip to content

Commit

Permalink
fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesa-telos committed Sep 13, 2024
1 parent 326f395 commit 623ceb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub enum Error {
TranslatorShutdown(String),
}


pub struct Shutdown(mpsc::Sender<()>);
impl Shutdown {
#[allow(dead_code)]
Expand Down Expand Up @@ -89,9 +88,6 @@ impl ConsensusClient {
})
}




#[allow(dead_code)]
pub fn shutdown_handle(&self) -> Shutdown {
Shutdown(self.shutdown_tx.clone())
Expand Down

0 comments on commit 623ceb1

Please sign in to comment.