mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Run rustfmt
This commit is contained in:
parent
40b7bfe309
commit
b8b9a9839a
2 changed files with 9 additions and 4 deletions
|
|
@ -9,7 +9,9 @@ use rand::{
|
|||
Rng, SeedableRng,
|
||||
};
|
||||
|
||||
use aquatic_common::{convert_ipv4_mapped_ipv6, extract_response_peers, access_list::AccessListMode};
|
||||
use aquatic_common::{
|
||||
access_list::AccessListMode, convert_ipv4_mapped_ipv6, extract_response_peers,
|
||||
};
|
||||
use aquatic_udp_protocol::*;
|
||||
|
||||
use crate::common::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue