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 (
|
||||
"image"
|
||||
|
||||
. "github.com/gizak/termui"
|
||||
rw "github.com/mattn/go-runewidth"
|
||||
|
||||
. "github.com/gizak/termui"
|
||||
)
|
||||
|
||||
type List struct {
|
||||
|
|
Loading…
Reference in New Issue