changeset 2615:efb69a260723

mod_invite: Trim trailing whitespace [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 14 Mar 2017 04:19:51 +0100
parents a6e97031972c
children c814c667d4d1
files mod_invite/mod_invite.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_invite/mod_invite.lua	Tue Mar 14 04:19:26 2017 +0100
+++ b/mod_invite/mod_invite.lua	Tue Mar 14 04:19:51 2017 +0100
@@ -88,7 +88,7 @@
 	end
 
 	local registering = { username = prepped_username , host = module.host, allowed = true }
-	
+
 	module:fire_event("user-registering", registering);
 
 	if not registering.allowed then