From a50511be176d7008358a26fb1f539a76b983f881 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 25 Nov 2024 23:00:00 +0100 Subject: Run gofmt --- src/templates.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates.go b/src/templates.go index cd4b9af..4c37af1 100644 --- a/src/templates.go +++ b/src/templates.go @@ -22,8 +22,8 @@ var ( templateFS embed.FS notFoundTmpl = buildTemplate("-404") errorTmpl = buildTemplate("-error") - templates map[string]*template.Template - funcmap = map[string]any{ + templates map[string]*template.Template + funcmap = map[string]any{ "denoms": denoms, "locales": locales, "safe": asHTML, -- cgit v1.2.3