diff options
Diffstat (limited to 'lib/ui/text.go')
-rw-r--r-- | lib/ui/text.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/text.go b/lib/ui/text.go index e2e218c..d3f6c6b 100644 --- a/lib/ui/text.go +++ b/lib/ui/text.go @@ -1,8 +1,8 @@ package ui import ( - "github.com/mattn/go-runewidth" "github.com/gdamore/tcell" + "github.com/mattn/go-runewidth" ) const ( |