summaryrefslogtreecommitdiffhomepage
path: root/util/systemd/systemd_nonlinux.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/systemd/systemd_nonlinux.go')
-rw-r--r--util/systemd/systemd_nonlinux.go18
1 files changed, 9 insertions, 9 deletions
diff --git a/util/systemd/systemd_nonlinux.go b/util/systemd/systemd_nonlinux.go
index 36214020c..d8b20665f 100644
--- a/util/systemd/systemd_nonlinux.go
+++ b/util/systemd/systemd_nonlinux.go
@@ -1,9 +1,9 @@
-// Copyright (c) Tailscale Inc & AUTHORS
-// SPDX-License-Identifier: BSD-3-Clause
-
-//go:build !linux
-
-package systemd
-
-func Ready() {}
-func Status(string, ...any) {}
+// Copyright (c) Tailscale Inc & AUTHORS
+// SPDX-License-Identifier: BSD-3-Clause
+
+//go:build !linux
+
+package systemd
+
+func Ready() {}
+func Status(string, ...any) {}