Skip to content

Commit c61df79

Browse files
committed
typo
1 parent 08559a7 commit c61df79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/client-core/src/client/real_messages_control/real_traffic_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ where
615615
{
616616
loop {
617617
tokio::select! {
618-
biased;
618+
biased;
619619
_ = shutdown_token.cancelled() => {
620620
tracing::trace!("OutQueueControl: Received shutdown");
621621
break;

0 commit comments

Comments
 (0)