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 --- hotline/ui.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/ui.go') diff --git a/hotline/ui.go b/hotline/ui.go index 45c452c..a60aad2 100644 --- a/hotline/ui.go +++ b/hotline/ui.go @@ -350,7 +350,6 @@ func (ui *UI) renderServerUI() *tview.Flex { // Post news if event.Key() == tcell.KeyCtrlP { - newsFlex := tview.NewFlex() newsFlex.SetBorderPadding(0, 0, 1, 1) newsPostTextArea := tview.NewTextView() -- cgit