From aef62afb1b61238246fdf78345a74bca55832557 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 18 Feb 2018 21:32:55 +0000 Subject: [PATCH] gofmt -s -w yggdrasil.go --- yggdrasil.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yggdrasil.go b/yggdrasil.go index 356e7bc..5abd6b0 100644 --- a/yggdrasil.go +++ b/yggdrasil.go @@ -310,8 +310,8 @@ func main() { signal.Notify(c, os.Interrupt, syscall.SIGTERM) // Create a function to capture the service being stopped on Windows winTerminate := func() { - c <- os.Interrupt - } + c <- os.Interrupt + } minwinsvc.SetOnExit(winTerminate) // Wait for the terminate/interrupt signal <-c