aboutsummaryrefslogtreecommitdiff
path: root/hotline/ui.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-04-19 17:21:18 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2023-04-19 17:21:18 -0700
commitaeb97482e923b5c441dd59e3ca4a7e275ac2b4c2 (patch)
treebf6124b8dc1ae9e06b9328f4e22495fe51289232 /hotline/ui.go
parent548d4bb93fe32d24b3fbc491a01e5c6127be9289 (diff)
Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞
Diffstat (limited to 'hotline/ui.go')
-rw-r--r--hotline/ui.go1
1 files changed, 0 insertions, 1 deletions
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()