summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-25 20:06:56 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-25 20:06:56 +0300
commit888c9fec652b82174702c710f54f7d64f194315c (patch)
tree883051d653dda2d57b227670bfd3721bf6cf426a /helpfuncs.go
parent4f07994bdc3d23421cf3941af3edc18c05ffc94b (diff)
Chore: linter complaints
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpfuncs.go b/helpfuncs.go
index 99024a0..33ab8ed 100644
--- a/helpfuncs.go
+++ b/helpfuncs.go
@@ -32,7 +32,6 @@ func startModelColorUpdater() {
// Initial check
updateCachedModelColor()
-
for range ticker.C {
updateCachedModelColor()
}