mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-04 10:12:47 +00:00
remote: Fix formatting (#19438)
This PR fixes some formatting issues from #19398 that slipped past CI, somehow. Release Notes: - N/A
This commit is contained in:
parent
98ecb43b2d
commit
47380001cc
1 changed files with 4 additions and 2 deletions
|
@ -1591,7 +1591,9 @@ impl ChannelClient {
|
|||
buffer.pop_front();
|
||||
}
|
||||
}
|
||||
if let Some(proto::envelope::Payload::FlushBufferedMessages(_)) = &incoming.payload {
|
||||
if let Some(proto::envelope::Payload::FlushBufferedMessages(_)) =
|
||||
&incoming.payload
|
||||
{
|
||||
{
|
||||
let buffer = this.buffer.lock();
|
||||
for envelope in buffer.iter() {
|
||||
|
|
Loading…
Reference in a new issue