Chore: linter complaints

This commit is contained in:
Grail Finder
2026-02-18 08:42:05 +03:00
parent 7d18a9d77e
commit c12311da99
6 changed files with 18 additions and 17 deletions

2
tui.go
View File

@@ -841,7 +841,7 @@ func init() {
if thinkingCollapsed {
status = "collapsed"
}
if err := notifyUser("thinking", fmt.Sprintf("Thinking blocks %s", status)); err != nil {
if err := notifyUser("thinking", "Thinking blocks "+status); err != nil {
logger.Error("failed to send notification", "error", err)
}
return nil