Skip to content

Commit e6d83cf

Browse files
committed
Import order fix.
1 parent 85d85c1 commit e6d83cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

colorfit.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
package tcell
1616

1717
import (
18-
"github.com/lucasb-eyer/go-colorful"
1918
"math"
19+
20+
"github.com/lucasb-eyer/go-colorful"
2021
)
2122

2223
// FindColor attempts to find a given color, or the best match possible for it,

0 commit comments

Comments
 (0)