mirror of https://github.com/gdamore/tcell.git
Import order fix.
This commit is contained in:
parent
85d85c15ba
commit
e6d83cf4c3
|
@ -15,8 +15,9 @@
|
||||||
package tcell
|
package tcell
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/lucasb-eyer/go-colorful"
|
|
||||||
"math"
|
"math"
|
||||||
|
|
||||||
|
"github.com/lucasb-eyer/go-colorful"
|
||||||
)
|
)
|
||||||
|
|
||||||
// FindColor attempts to find a given color, or the best match possible for it,
|
// FindColor attempts to find a given color, or the best match possible for it,
|
||||||
|
|
Loading…
Reference in New Issue