mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-27 20:23:23 +00:00
make fmt
This commit is contained in:
@ -312,7 +312,7 @@ impl From<Endpoint> for SockAddr {
|
||||
}
|
||||
let addr_un = SockAddrUn {
|
||||
sun_family: AddressFamily::Unix as u16,
|
||||
sun_path: sun_path,
|
||||
sun_path,
|
||||
};
|
||||
return SockAddr { addr_un };
|
||||
}
|
||||
|
Reference in New Issue
Block a user