diff --git a/colorfit.go b/colorfit.go index b7740b8..f690097 100644 --- a/colorfit.go +++ b/colorfit.go @@ -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,