From 563733f496a415eed2170997b187345bc4f8f5d4 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 10 Apr 2018 15:35:01 +0200 Subject: [PATCH] beautify main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f1b54dbf..329d46ed 100644 --- a/main.go +++ b/main.go @@ -83,8 +83,8 @@ func main() { // doesn't block if no connections, but will otherwise wait // until the timeout deadline. s.Shutdown(ctx) - logger.SetLevel(logrus.InfoLevel) + logger.SetLevel(logrus.InfoLevel) logger.Info("Bye!") os.Exit(0) }