Skip to content

Commit af8ce33

Browse files
committed
fix indentation
Signed-off-by: Haywood Shannon <[email protected]> Signed-off-by: Haywood Shannon <[email protected]>
1 parent 8c492b6 commit af8ce33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/configs/version2/nginx-plus.virtualserver.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ server {
103103
set $oidc_client "{{ $oidc.ClientID }}";
104104
set $oidc_client_secret "{{ $oidc.ClientSecret }}";
105105
set $redir_location "{{ $oidc.RedirectURI }}";
106-
{{- end }}
106+
{{- end }}
107107

108108
{{- with $ssl := $s.SSL }}
109109
{{- if $s.TLSPassthrough }}

0 commit comments

Comments
 (0)