From 428c45da164e39f0b94569239e3b2796477df095 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 21 Oct 2025 10:44:07 +0300 Subject: Chore: fix linter complaints --- tui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 4938a01..babdfb9 100644 --- a/tui.go +++ b/tui.go @@ -950,7 +950,7 @@ func init() { persona = cfg.WriteNextMsgAs } // check if plain text - if injectRole == false { + if !injectRole { matches := roleRE.FindStringSubmatch(msgText) if len(matches) > 1 { persona = matches[1] -- cgit v1.2.3