Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhat1308 committed Aug 23, 2024
1 parent 5f51197 commit 759124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/webrtc-websys/src/stream/poll_data_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl PollDataChannel {
return Poll::Ready(Err(io::ErrorKind::BrokenPipe.into()))
}
RtcDataChannelState::Open | RtcDataChannelState::__Invalid => {}
_ => {}
_ => {}
}

if self.overloaded.load(Ordering::SeqCst) {
Expand Down

0 comments on commit 759124a

Please sign in to comment.