diff options
Diffstat (limited to 'resources/internal/key.go')
-rw-r--r-- | resources/internal/key.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/internal/key.go b/resources/internal/key.go index d67d4a7e1..ba13bd2f8 100644 --- a/resources/internal/key.go +++ b/resources/internal/key.go @@ -39,5 +39,4 @@ func (k ResourceTransformationKey) Value() string { } return k.Name + "_" + helpers.HashString(k.elements...) - } |