From 73e03db9e696a6beccb7307eaab7af71e2dd936c Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 2 Oct 2024 08:02:18 +0200 Subject: Misc. formatting fixes --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index c09aa46..19fa3bf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,7 +45,7 @@ fn get_listener_from_systemd() -> io::Result { } let fd = fds.remove(0); - + // See note inside `systemd_socket::is_socket_internal` for why this is broken on Darwin. #[cfg(not(target_vendor = "apple"))] // See note in `is_socket_unix`. { use nix::sys::socket::SockType; -- cgit v1.2.3