mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
linting
This commit is contained in:
@@ -170,7 +170,6 @@ func ConvertPluginConfigValueToHCLValue(v interface{}) (cty.Value, error) {
|
||||
} else {
|
||||
buildValue = cty.ListVal(vals)
|
||||
}
|
||||
buildValue = cty.ListVal(vals)
|
||||
case []uint64:
|
||||
vals := make([]cty.Value, len(v))
|
||||
for i, ev := range v {
|
||||
|
||||
Reference in New Issue
Block a user