Cosmetic change

This commit is contained in:
mattn 2014-08-21 20:39:16 +09:00
parent 1e02a23bbb
commit bb1ea393a1

View file

@ -40,8 +40,7 @@ Options:
t := reflect.TypeOf(cmdOptions{})
for i := 0; i < t.NumField(); i++ {
f := t.Field(i)
tag := f.Tag
tag := t.Field(i).Tag
var o string
if s := tag.Get("short"); s != "" {