Skip to content

Commit

Permalink
the formatting was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
chanderlud committed Dec 7, 2023
1 parent 38cf766 commit be6cbf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/receiver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ pub(crate) async fn main(
result = controller_handle => result?,
_ = receiver_future => { warn!("receiver(s) exited"); Ok(()) },
}


}

async fn receiver(queue: WriterQueue, socket: UdpSocket) {
Expand Down

0 comments on commit be6cbf4

Please sign in to comment.