# HG changeset patch # User Kim Alvefur # Date 1545529822 -3600 # Node ID e7ddf70ae4174de3230bfe2e271dc421a13b2e59 # Parent 941497cdefc36fee9f67bfa723b841fa15020fdb mod_pubsub: Add semicolon (code style) diff -r 941497cdefc3 -r e7ddf70ae417 plugins/mod_pubsub/mod_pubsub.lua --- a/plugins/mod_pubsub/mod_pubsub.lua Thu Dec 20 14:49:50 2018 +0100 +++ b/plugins/mod_pubsub/mod_pubsub.lua Sun Dec 23 02:50:22 2018 +0100 @@ -73,7 +73,7 @@ local msg_type = node_obj and node_obj.config.message_type or "headline"; local message = st.message({ from = module.host, type = msg_type, id = id }) :tag("event", { xmlns = xmlns_pubsub_event }) - :tag(kind, { node = node }) + :tag(kind, { node = node }); if item then message:add_child(item);