diff --git a/layouts/shortcodes/product-key.html b/layouts/shortcodes/product-key.html
index 234e245be..631349a46 100644
--- a/layouts/shortcodes/product-key.html
+++ b/layouts/shortcodes/product-key.html
@@ -1,3 +1,3 @@
{{- $productPathData := findRE "[^/]+.*?" .Page.RelPermalink -}}
{{- $currentProduct := index $productPathData 1 -}}
-{{ $currentProduct }}
+{{ $currentProduct }}
\ No newline at end of file