mod_invite: Split long line [luacheck]
authorKim Alvefur <zash@zash.se>
Tue, 14 Mar 2017 04:20:02 +0100
changeset 2620 c814c667d4d1
parent 2619 efb69a260723
child 2621 7c3a1688e385
mod_invite: Split long line [luacheck]
mod_invite/mod_invite.lua
--- a/mod_invite/mod_invite.lua	Tue Mar 14 04:19:51 2017 +0100
+++ b/mod_invite/mod_invite.lua	Tue Mar 14 04:20:02 2017 +0100
@@ -109,7 +109,8 @@
 
 		invite_storage:set(nil, tokens);
 
-		return apply_template(template, { classes = "alert-success", message = "Your account has been created! You can now log in using an XMPP client." })
+		return apply_template(template, { classes = "alert-success",
+			message = "Your account has been created! You can now log in using an XMPP client." })
 	else
 		module:log("debug", "Registration failed: " .. tostring(err));