From 448d271c94d965385450724f13c76da0c7ab49e5 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:26:45 +0200 Subject: [PATCH] refactor: fix formatting (#1666) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: stonith404 <58886915+stonith404@users.noreply.github.com> --- backend/internal/common/env_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/common/env_config.go b/backend/internal/common/env_config.go index d30d0b42..82691d31 100644 --- a/backend/internal/common/env_config.go +++ b/backend/internal/common/env_config.go @@ -75,7 +75,7 @@ type EnvConfigSchema struct { SystemdSocket bool `env:"SYSTEMD_SOCKET"` LocalIPv6Ranges string `env:"LOCAL_IPV6_RANGES"` - // TLS cert and key need special treatment with fsnotify, so we aren't using `options:"file"` + // TLS cert and key need special treatment with fsnotify, so we aren't using `options:"file"` TLSCert string `env:"TLS_CERT"` TLSKey string `env:"TLS_KEY"` TLSCertFile string `env:"TLS_CERT_FILE"`