summaryrefslogtreecommitdiff
path: root/ui/style.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-09-13 14:10:09 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-09-13 14:10:09 +0200
commit2eaf8b69e82603093b56ace5fdedbdc0249e77a0 (patch)
tree22ecc819dd52808dae66eb4017618df6877e2de9 /ui/style.go
parentRandom code improvements/tidying (diff)
More lints
Diffstat (limited to '')
-rw-r--r--ui/style.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/style.go b/ui/style.go
index f596ac0..76ca3f0 100644
--- a/ui/style.go
+++ b/ui/style.go
@@ -10,7 +10,7 @@ import (
"github.com/mattn/go-runewidth"
)
-var condition runewidth.Condition = runewidth.Condition{}
+var condition = runewidth.Condition{}
func runeWidth(r rune) int {
return condition.RuneWidth(r)