# HG changeset patch # User Kim Alvefur # Date 1489461602 -3600 # Node ID c814c667d4d15da369e2949cc538bc56e6c7331d # Parent efb69a260723005354c35f7fae9df7922c961544 mod_invite: Split long line [luacheck] diff -r efb69a260723 -r c814c667d4d1 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));