mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
udp: run cargo fmt
This commit is contained in:
parent
210550c719
commit
07b959c9d4
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ pub struct ProtocolResponsePeer<I> {
|
|||
pub port: Port,
|
||||
}
|
||||
|
||||
impl <I: Ip> ProtocolResponsePeer<I> {
|
||||
impl<I: Ip> ProtocolResponsePeer<I> {
|
||||
#[inline(always)]
|
||||
fn from_peer(peer: &Peer<I>) -> Self {
|
||||
Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue