Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Nov 6, 2024
1 parent b57c224 commit 2382f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/statistics/src/clients/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl ClientStatsSender {
pub fn sink(mut shutdown: nym_task::TaskClient) -> Self {
let (stats_tx, mut rx) = tokio::sync::mpsc::unbounded_channel();

spawn(async move {
spawn(async move {
loop {
tokio::select! {
m = rx.recv() => {
Expand Down

0 comments on commit 2382f02

Please sign in to comment.