From 35e1de6f975088ade5dbf0af533fe6fdac8fcc94 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Nov 2025 23:42:15 +0200 Subject: some linter fixes --- internal/hexaiaction/tui_delegate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/hexaiaction/tui_delegate.go') diff --git a/internal/hexaiaction/tui_delegate.go b/internal/hexaiaction/tui_delegate.go index 46d40cb..0b34d7e 100644 --- a/internal/hexaiaction/tui_delegate.go +++ b/internal/hexaiaction/tui_delegate.go @@ -31,5 +31,5 @@ func (oneLineDelegate) Render(w io.Writer, m list.Model, index int, listItem lis if index == m.Index() { cursor = cursorStyle.Render("> ") } - fmt.Fprintf(w, "%s%s%s", cursor, title, hot) + _, _ = fmt.Fprintf(w, "%s%s%s", cursor, title, hot) } -- cgit v1.2.3