Run gofumpt

This commit is contained in:
Ivan Davydov 2024-08-14 17:48:08 +03:00
parent 5bc5045fbb
commit 9c7e513623

View file

@ -18,7 +18,7 @@ type ServerConfig struct {
PagesBranches []string
AllowedCorsDomains []string
BlacklistedPaths []string
HttpOnlyMode bool `default:"false"`
HttpOnlyMode bool `default:"false"`
}
type ForgeConfig struct {