Gofmt
This commit is contained in:
parent
1e082f9715
commit
2ba2fde396
@ -30,7 +30,7 @@ var colorNames []string
|
|||||||
func init() {
|
func init() {
|
||||||
colorNames = make([]string, len(tcell.ColorNames))
|
colorNames = make([]string, len(tcell.ColorNames))
|
||||||
i := 0
|
i := 0
|
||||||
for name, _ := range tcell.ColorNames {
|
for name := range tcell.ColorNames {
|
||||||
colorNames[i] = name
|
colorNames[i] = name
|
||||||
i++
|
i++
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user