linting
This commit is contained in:
parent
21df997061
commit
90fb09e52a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue