diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 20:38:10 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 20:38:10 +0200 |
commit | bdc6efc149fbbd90dda6fa2db78312c9308b6a7f (patch) | |
tree | b8f45a377f6bfe786c18185a8176297e40bb92e8 /src/templates.go | |
parent | 74747c981660dc3e8e23480f8484db6d5f439df0 (diff) |
Newline begone
Diffstat (limited to 'src/templates.go')
-rw-r--r-- | src/templates.go | 2 |
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 |