fix spacing issue

This commit is contained in:
Ajitem Sahasrabuddhe 2019-08-04 20:29:53 +05:30
parent 7a6f3d4394
commit 798e1f3d3a
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

View File

@ -10,7 +10,7 @@ import (
{{ range $i, $flag := .Flags }}
// {{ $flag.Name }}Flag is a flag with type {{ $flag.Type }}{{ $flag.Doctail }}
type {{ $flag.Name }}Flag struct {
Name string
Name string
Usage string
EnvVar string
FilePath string