1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-03 02:03:53 +00:00

Apply feedback

This commit is contained in:
Bernd Schoolmann
2025-10-31 13:44:29 +01:00
parent 7812458221
commit 069b3e1b60

View File

@@ -30,7 +30,7 @@ pub async fn serve_listener<PeerStream, Listener>(
{
loop {
select! {
_ = cancellation_token.cancelled() => {
() = cancellation_token.cancelled() => {
break;
}
Some(Ok((stream, peer_info))) = listener.next() => {