From 730c938ad243d8cd1cfb50a84c1a4617869b4d77 Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:30:20 +0000 Subject: [PATCH] chore: format --- crates/lib/src/socket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/src/socket.rs b/crates/lib/src/socket.rs index 77d4c40..6161592 100644 --- a/crates/lib/src/socket.rs +++ b/crates/lib/src/socket.rs @@ -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;