summaryrefslogtreecommitdiff
path: root/internal/hexaiaction/tui_delegate.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hexaiaction/tui_delegate.go')
-rw-r--r--internal/hexaiaction/tui_delegate.go2
1 files changed, 1 insertions, 1 deletions
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)
}