Skip to content

Commit 84220f9

Browse files
committed
Fix includes spacing in template
1 parent 463f315 commit 84220f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/nginx/config/servers_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ server {
104104
105105
{{- range $i := $l.Includes }}
106106
include {{ $i.Name }};
107-
{{- end -}}
107+
{{- end }}
108108
109109
{{ range $r := $l.Rewrites }}
110110
rewrite {{ $r }};

0 commit comments

Comments
 (0)