1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

chore: Consistent indentation

This commit is contained in:
Richard Hansen 2022-05-17 01:19:32 -04:00
parent f20662eeaa
commit 0da38122bd

View File

@ -261,7 +261,6 @@ server {
{{- $paths := groupBy $containers "Env.VIRTUAL_PATH" }} {{- $paths := groupBy $containers "Env.VIRTUAL_PATH" }}
{{- $nPaths := len $paths }} {{- $nPaths := len $paths }}
{{- if eq $nPaths 0 }} {{- if eq $nPaths 0 }}
{{- $paths = dict "/" $containers }} {{- $paths = dict "/" $containers }}
{{- end }} {{- end }}