cargo fmt

This commit is contained in:
auronandace
2026-03-25 13:38:12 +00:00
parent 6f48e1c954
commit 44bb9d8d63
+2 -2
View File
@@ -15,8 +15,8 @@ use crate::{
arpa_inet::inet_aton,
bits_socklen_t::socklen_t,
errno::{
EAFNOSUPPORT, EDOM, EFAULT, EINVAL, EMSGSIZE, ENOMEM, ENOSYS, ENOTSOCK,
EOPNOTSUPP, EPROTONOSUPPORT,
EAFNOSUPPORT, EDOM, EFAULT, EINVAL, EMSGSIZE, ENOMEM, ENOSYS, ENOTSOCK, EOPNOTSUPP,
EPROTONOSUPPORT,
},
netinet_in::{in_addr, in_port_t, sockaddr_in},
string::strnlen,