mod_dialback: Split long line [luacheck]
authorKim Alvefur <zash@zash.se>
Sun, 04 Feb 2018 01:16:28 +0100
changeset 8518 cbb5f4488b1b
parent 8517 671343e92070
child 8519 83cab25465e6
mod_dialback: Split long line [luacheck]
plugins/mod_dialback.lua
--- a/plugins/mod_dialback.lua	Sun Feb 04 01:06:40 2018 +0100
+++ b/plugins/mod_dialback.lua	Sun Feb 04 01:16:28 2018 +0100
@@ -153,7 +153,8 @@
 				valid = "invalid";
 			end
 			if dialback_verifying.destroyed then
-				log("warn", "Incoming s2s session %s was closed in the meantime, so we can't notify it of the db result", tostring(dialback_verifying):match("%w+$"));
+				log("warn", "Incoming s2s session %s was closed in the meantime, so we can't notify it of the db result",
+					tostring(dialback_verifying):match("%w+$"));
 			else
 				dialback_verifying.sends2s(
 						st.stanza("db:result", { from = attr.to, to = attr.from, id = attr.id, type = valid })