From f820d05e8a8d770fbaf563870f4e91eccf1a4acd Mon Sep 17 00:00:00 2001 From: GitCaddy Date: Tue, 13 Jan 2026 22:08:24 +0000 Subject: [PATCH] fix: gofmt formatting for HelpURL config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- routers/web/admin/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/web/admin/config.go b/routers/web/admin/config.go index 71f6fbcb6c..2520451220 100644 --- a/routers/web/admin/config.go +++ b/routers/web/admin/config.go @@ -241,7 +241,7 @@ func ChangeConfig(ctx *context.Context) { cfg.Theme.DisableRegistration.DynKey(): marshalBool, cfg.Theme.CustomHomeHTML.DynKey(): marshalString(""), cfg.Theme.APIHeaderURL.DynKey(): marshalString(""), - cfg.Theme.HelpURL.DynKey(): marshalString(""), + cfg.Theme.HelpURL.DynKey(): marshalString(""), cfg.Theme.CustomHomeTitle.DynKey(): marshalString(""), cfg.Theme.CustomHomeTagline.DynKey(): marshalString(""), cfg.Theme.PinnedOrgDisplayFormat.DynKey(): marshalString("condensed"),