fix go fmt

This commit is contained in:
Megan Marsh 2020-05-28 16:22:55 -07:00
parent 21e9bef202
commit a94e147865
2 changed files with 3 additions and 4 deletions

View File

@ -20,7 +20,8 @@ var DeprecatedOptions = []string{
{{- range .DeprecatedOpts}}
"{{.}}",
{{- end}}
}`))
}
`))
type executeOpts struct {
DeprecatedOpts []string

View File

@ -32,6 +32,4 @@ var DeprecatedOptions = []string{
"network_card",
"network",
"networkCard",
"iso_checksum_url",
"iso_checksum_type",
}
}