diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-04-19 17:21:18 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-04-19 17:21:18 -0700 |
| commit | aeb97482e923b5c441dd59e3ca4a7e275ac2b4c2 (patch) | |
| tree | bf6124b8dc1ae9e06b9328f4e22495fe51289232 /cmd/mobius-hotline-client/main.go | |
| parent | 548d4bb93fe32d24b3fbc491a01e5c6127be9289 (diff) | |
Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞
Diffstat (limited to 'cmd/mobius-hotline-client/main.go')
| -rw-r--r-- | cmd/mobius-hotline-client/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |