mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
Gofmt
This commit is contained in:
parent
1e082f9715
commit
2ba2fde396
3 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@ var colorNames []string
|
|||
func init() {
|
||||
colorNames = make([]string, len(tcell.ColorNames))
|
||||
i := 0
|
||||
for name, _ := range tcell.ColorNames {
|
||||
for name := range tcell.ColorNames {
|
||||
colorNames[i] = name
|
||||
i++
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue