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/client.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/client.go') diff --git a/hotline/client.go b/hotline/client.go index fa204e2..3598a00 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -317,7 +317,6 @@ func handleGetFileNameList(c *Client, t *Transaction) (res []Transaction, err er node.SetReference(&fn) root.AddChild(node) } - } centerFlex := tview.NewFlex(). -- cgit