mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
run cargo fmt
This commit is contained in:
parent
5440157a95
commit
c5bf3901ea
2 changed files with 22 additions and 19 deletions
|
|
@ -316,8 +316,7 @@ pub fn run_socket_worker(
|
|||
let num_to_queue = (space_in_send_queue).min(local_responses.len());
|
||||
let drain_from_index = local_responses.len() - num_to_queue;
|
||||
|
||||
for (response, addr) in local_responses.drain(drain_from_index..)
|
||||
{
|
||||
for (response, addr) in local_responses.drain(drain_from_index..) {
|
||||
queue_response(
|
||||
&config,
|
||||
&mut sq,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue