udp: run cargo fmt

This commit is contained in:
Joakim Frostegård 2021-11-18 22:37:46 +01:00
parent 210550c719
commit 07b959c9d4
2 changed files with 3 additions and 3 deletions

View file

@ -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 {