From a89a4ddcd930ba18fe923bdb4ebf40772a1cbb80 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 21 Sep 2024 11:23:40 +0200 Subject: Format code --- cmd/exttmpl/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/exttmpl') diff --git a/cmd/exttmpl/main.go b/cmd/exttmpl/main.go index 599879a..930f2d7 100644 --- a/cmd/exttmpl/main.go +++ b/cmd/exttmpl/main.go @@ -123,8 +123,8 @@ func process(tmplMsgs *[]pipeline.Message, node parse.Node) { if sn, ok := arg.(*parse.StringNode); ok { txt := collapse(sn.Text) *tmplMsgs = append(*tmplMsgs, pipeline.Message{ - ID: pipeline.IDList{txt}, - Key: txt, + ID: pipeline.IDList{txt}, + Key: txt, Message: pipeline.Text{Msg: txt}, }) } -- cgit v1.2.3