diff options
Diffstat (limited to 'tpl/collections/append.go')
-rw-r--r-- | tpl/collections/append.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/collections/append.go b/tpl/collections/append.go index 297328dc8..50fafe3d9 100644 --- a/tpl/collections/append.go +++ b/tpl/collections/append.go @@ -34,5 +34,4 @@ func (ns *Namespace) Append(args ...interface{}) (interface{}, error) { from := args[:len(args)-1] return collections.Append(to, from...) - } |