Import order fix.

This commit is contained in:
Garrett D'Amore 2022-12-18 18:58:04 +00:00
parent 85d85c15ba
commit e6d83cf4c3
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@
package tcell
import (
"github.com/lucasb-eyer/go-colorful"
"math"
"github.com/lucasb-eyer/go-colorful"
)
// FindColor attempts to find a given color, or the best match possible for it,