Skip to content

Commit 2511e45

Browse files
authored
Add new line before sdk_delete custom functions (#491)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7fd3f40 commit 2511e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{{- define "sdk_delete_custom" -}}
1+
{{- define "sdk_delete_custom" }}
22
return rm.{{ .CRD.CustomDeleteMethodName }}(ctx, r)
3-
{{- end -}}
3+
{{- end }}

0 commit comments

Comments
 (0)