Software /
code /
prosody-modules
Changeset
2616:c814c667d4d1
mod_invite: Split long line [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 14 Mar 2017 04:20:02 +0100 |
parents | 2615:efb69a260723 |
children | 2617:7c3a1688e385 |
files | mod_invite/mod_invite.lua |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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));