Skip to content

Commit 4268e3c

Browse files
author
Kate Osborn
committed
Add space after includes and before locations
1 parent 073f4b4 commit 4268e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/nginx/config/servers_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ server {
3434
3535
{{- range $i := $s.Includes }}
3636
include {{ $i.Filename }};
37-
{{- end -}}
37+
{{ end -}}
3838
3939
{{ range $l := $s.Locations }}
4040
location {{ $l.Path }} {

0 commit comments

Comments
 (0)