From aeb97482e923b5c441dd59e3ca4a7e275ac2b4c2 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:21:18 -0700 Subject: Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/mobius-hotline-client/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/mobius-hotline-client') diff --git a/cmd/mobius-hotline-client/main.go b/cmd/mobius-hotline-client/main.go index 33100bf..72b581b 100644 --- a/cmd/mobius-hotline-client/main.go +++ b/cmd/mobius-hotline-client/main.go @@ -74,7 +74,6 @@ func main() { client := hotline.NewUIClient(*configDir, logger) client.DebugBuf = db client.UI.Start() - } func newZapCore(level zapcore.Level, syncer zapcore.WriteSyncer) zapcore.Core { -- cgit