From ddd9ef5f2206dc5936cc14d359c70312806de233 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 20 Mar 2026 10:09:44 +0100 Subject: [PATCH] style: fix alignment in config key declarations --- pkg/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index b753e6153..a1a60aa7a 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -70,8 +70,8 @@ const ( ServiceEnablePublicTeams Key = `service.enablepublicteams` ServiceBcryptRounds Key = `service.bcryptrounds` ServiceEnableOpenIDTeamUserOnlySearch Key = `service.enableopenidteamusersearch` - ServiceIPExtractionMethod Key = `service.ipextractionmethod` - ServiceTrustedProxies Key = `service.trustedproxies` + ServiceIPExtractionMethod Key = `service.ipextractionmethod` + ServiceTrustedProxies Key = `service.trustedproxies` SentryEnabled Key = `sentry.enabled` SentryDsn Key = `sentry.dsn`