Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 25, 2024
1 parent 1209950 commit a3673ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use proto::{
error::{Error, Result},
parse_socket_address, DiscoveryClientType,
};
use tokio::{select, spawn, sync::Semaphore};
use tokio::{select, spawn};
use tracing::info;

use crate::metrics::RUNNING_SINCE;
Expand Down

0 comments on commit a3673ac

Please sign in to comment.