diff mod_invite/mod_invite.lua @ 2616:c814c667d4d1

mod_invite: Split long line [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 14 Mar 2017 04:20:02 +0100
parents efb69a260723
children 5911030a1a66
line wrap: on
line diff
--- 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));