chore: gofmt
All checks were successful
CI / docker (push) Successful in 1m12s
CI / lint (push) Successful in 19s
CI / test (push) Successful in 20s
CI / build (push) Successful in 20s

This commit is contained in:
2026-06-04 17:06:31 +03:00
parent 21d48200f5
commit 3f2fe0043a

View File

@@ -23,8 +23,8 @@ type pageData struct {
// Handler serves template-rendered pages. // Handler serves template-rendered pages.
type Handler struct { type Handler struct {
db *database.DB db *database.DB
cfg *config.Config cfg *config.Config
templates map[string]*template.Template templates map[string]*template.Template
} }