From 9c7e513623b8c039fbdbec21108fc9078f27dde2 Mon Sep 17 00:00:00 2001 From: Ivan Davydov Date: Wed, 14 Aug 2024 17:48:08 +0300 Subject: [PATCH] Run `gofumpt` --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 9095337..f405fed 100644 --- a/config/config.go +++ b/config/config.go @@ -18,7 +18,7 @@ type ServerConfig struct { PagesBranches []string AllowedCorsDomains []string BlacklistedPaths []string - HttpOnlyMode bool `default:"false"` + HttpOnlyMode bool `default:"false"` } type ForgeConfig struct {