Run formatter

This commit is contained in:
Elara 2025-02-11 16:39:35 -08:00
parent 944663c2b1
commit 6d260619b7

View File

@ -22,8 +22,8 @@ type Namespace struct {
WriteOnSuccess bool WriteOnSuccess bool
// NilToZero indictes whether nil pointer values should be converted to zero values of their underlying // NilToZero indictes whether nil pointer values should be converted to zero values of their underlying
// types. // types.
NilToZero bool NilToZero bool
escapeHTML *bool escapeHTML *bool
} }
// New returns a new template namespace // New returns a new template namespace