mirror of https://github.com/gizak/termui.git
Formatting
This commit is contained in:
parent
bbf3bb6797
commit
179acca35e
|
@ -7,8 +7,9 @@ package widgets
|
||||||
import (
|
import (
|
||||||
"image"
|
"image"
|
||||||
|
|
||||||
. "github.com/gizak/termui"
|
|
||||||
rw "github.com/mattn/go-runewidth"
|
rw "github.com/mattn/go-runewidth"
|
||||||
|
|
||||||
|
. "github.com/gizak/termui"
|
||||||
)
|
)
|
||||||
|
|
||||||
type List struct {
|
type List struct {
|
||||||
|
|
Loading…
Reference in New Issue