mod_http_muc_log: Trim trailing whitespace [luacheck]
authorKim Alvefur <zash@zash.se>
Sun, 05 May 2019 14:47:07 +0200
changeset 3587 a36412d4fafd
parent 3586 444e2306c99a
child 3588 611ac62c5b63
mod_http_muc_log: Trim trailing whitespace [luacheck]
mod_http_muc_log/mod_http_muc_log.lua
--- a/mod_http_muc_log/mod_http_muc_log.lua	Sun May 05 14:06:50 2019 +0200
+++ b/mod_http_muc_log/mod_http_muc_log.lua	Sun May 05 14:47:07 2019 +0200
@@ -353,7 +353,7 @@
 	end
 
 	table.sort(room_list, function (a, b)
-		return a.jid < b.jid; 
+		return a.jid < b.jid;
 	end);
 
 	response.headers.content_type = "text/html; charset=utf-8";