diff --git a/build/generate/featureMatrix.go b/build/generate/featureMatrix.go index 3d8804aea..c27926095 100644 --- a/build/generate/featureMatrix.go +++ b/build/generate/featureMatrix.go @@ -137,8 +137,7 @@ type FeatureMatrix struct { var tmpl = template.Must(template.New("").Funcs(template.FuncMap{ "safe": func(s string) template.HTML { return template.HTML(s) }, -}).Parse(` - {% comment %} +}).Parse(`{% comment %} Matrix generated by build/generate/featureMatrix.go. DO NOT HAND EDIT! {% endcomment %}{{$providers := .Providers}}