Software /
code /
prosody
Changeset
9720:e7ddf70ae417
mod_pubsub: Add semicolon (code style)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 23 Dec 2018 02:50:22 +0100 |
parents | 9719:941497cdefc3 |
children | 9721:233305015373 |
files | plugins/mod_pubsub/mod_pubsub.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);