chore: format

This commit is contained in:
Cain 2024-02-07 15:30:20 +00:00
parent 7b37e71221
commit 730c938ad2

View file

@ -168,7 +168,7 @@ impl Socket for UdpSocketImpl {
}
#[cfg(not(feature = "packet_capture"))]
pub type UdpSocket = UdpSocketImpl;
pub type UdpSocket = UdpSocketImpl;
#[cfg(not(feature = "packet_capture"))]
pub type TcpSocket = TcpSocketImpl;