summaryrefslogtreecommitdiffstats
path: root/tpl/internal/go_templates/texttemplate/parse/node.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-14 20:25:16 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-15 16:40:36 +0100
commit57206e72749966f36c6e731c3f5ce7d9b5b11464 (patch)
tree94be146989993212c1501b47d439634b63aa5262 /tpl/internal/go_templates/texttemplate/parse/node.go
parentb1f867634773d89011f54dbadc714491af8435ad (diff)
Upgrade to Go 1.22.1
Closes #12250
Diffstat (limited to 'tpl/internal/go_templates/texttemplate/parse/node.go')
-rw-r--r--tpl/internal/go_templates/texttemplate/parse/node.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/internal/go_templates/texttemplate/parse/node.go b/tpl/internal/go_templates/texttemplate/parse/node.go
index 47268225c..c36688825 100644
--- a/tpl/internal/go_templates/texttemplate/parse/node.go
+++ b/tpl/internal/go_templates/texttemplate/parse/node.go
@@ -284,7 +284,6 @@ func (a *ActionNode) tree() *Tree {
func (a *ActionNode) Copy() Node {
return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())
-
}
// CommandNode holds a command (a pipeline inside an evaluating action).