aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-23 20:38:10 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-23 20:38:10 +0200
commitbdc6efc149fbbd90dda6fa2db78312c9308b6a7f (patch)
treeb8f45a377f6bfe786c18185a8176297e40bb92e8
parent74747c981660dc3e8e23480f8484db6d5f439df0 (diff)
Newline begone
-rw-r--r--src/templates.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates.go b/src/templates.go
index e04306a..972d69a 100644
--- a/src/templates.go
+++ b/src/templates.go
@@ -107,4 +107,4 @@ func (td templateData) Get(fmt string, args ...map[string]any) template.HTML {
func (td templateData) GetN(fmtS, fmtP string, n int, args map[string]any) template.HTML {
return template.HTML(td.Printer.GetN(fmtS, fmtP, n, args))
-}
+} \ No newline at end of file