diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-25 23:00:00 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-25 23:00:00 +0100 |
commit | a50511be176d7008358a26fb1f539a76b983f881 (patch) | |
tree | ee324d6257359fed5f978f4f107d7413371695da | |
parent | 225c10fdf1d7ecc7ae6a0b4d3c61e9d2a4f1e1e7 (diff) |
Run gofmt
-rw-r--r-- | src/templates.go | 4 |
1 files 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, |