mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
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…
x
Reference in New Issue
Block a user