diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-21 21:32:38 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-21 21:32:38 +0200 |
commit | 2b0ae35cbf9850d45372ede4adead412ac83a819 (patch) | |
tree | 559ed4c447c3ed70b68ac4dd2509d3f89fe2f3dc /cmd/exttmpl | |
parent | c55f1588ffbdf312a71b0170538d01c2445c7cd1 (diff) |
Add a break statement
Diffstat (limited to 'cmd/exttmpl')
-rw-r--r-- | cmd/exttmpl/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/exttmpl/main.go b/cmd/exttmpl/main.go index 930f2d7..299bf2a 100644 --- a/cmd/exttmpl/main.go +++ b/cmd/exttmpl/main.go @@ -127,6 +127,7 @@ func process(tmplMsgs *[]pipeline.Message, node parse.Node) { Key: txt, Message: pipeline.Text{Msg: txt}, }) + break } } } |