Diff

plugins/mod_pubsub/mod_pubsub.lua @ 9720:e7ddf70ae417

mod_pubsub: Add semicolon (code style)
author Kim Alvefur <zash@zash.se>
date Sun, 23 Dec 2018 02:50:22 +0100
parent 9597:17d43543f9b6
child 9724:8e6a0e1c1876
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);