diff options
author | Linnnus <[email protected]> | 2024-10-02 08:02:18 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-10-02 08:03:36 +0200 |
commit | 73e03db9e696a6beccb7307eaab7af71e2dd936c (patch) | |
tree | 4edac2fa340347d35a713c437e2dbe819e4dbda5 /src/main.rs | |
parent | b6e1137d89a90859d8943d9377e4d14091a11af6 (diff) |
Misc. formatting fixes
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<TokioUnixListener> { } 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; |