From 990cc08481ab4b1b2cf408a16f374e3e83f86643 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 9 Mar 2025 20:02:40 +0800 Subject: *: Reformat --- resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.go b/resources.go index a25ddd6..63a93af 100644 --- a/resources.go +++ b/resources.go @@ -37,7 +37,7 @@ var templates *template.Template func load_templates() (err error) { m := minify.New() - m.Add("text/html", &html.Minifier{ TemplateDelims: [2]string{"{{", "}}"}, KeepDefaultAttrVals: true }) + m.Add("text/html", &html.Minifier{TemplateDelims: [2]string{"{{", "}}"}, KeepDefaultAttrVals: true}) templates = template.New("templates").Funcs(template.FuncMap{ "first_line": first_line, -- cgit v1.2.3