summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-25 23:00:00 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-25 23:00:00 +0100
commita50511be176d7008358a26fb1f539a76b983f881 (patch)
treeee324d6257359fed5f978f4f107d7413371695da /src
parent225c10fdf1d7ecc7ae6a0b4d3c61e9d2a4f1e1e7 (diff)
Run gofmt
Diffstat (limited to 'src')
-rw-r--r--src/templates.go4
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,