summaryrefslogtreecommitdiffstats
path: root/tpl/css/css.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/css/css.go')
-rw-r--r--tpl/css/css.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tpl/css/css.go b/tpl/css/css.go
index 5fc613011..51fa1d518 100644
--- a/tpl/css/css.go
+++ b/tpl/css/css.go
@@ -12,8 +12,7 @@ import (
const name = "css"
// Namespace provides template functions for the "css" namespace.
-type Namespace struct {
-}
+type Namespace struct{}
// Quoted returns a string that needs to be quoted in CSS.
func (ns *Namespace) Quoted(v any) css.QuotedString {