# HG changeset patch # User Kim Alvefur # Date 1557060427 -7200 # Node ID a36412d4fafd8229e41f07f5b56906ee78e4621e # Parent 444e2306c99a6a39a25467f072eb4e93a6a92580 mod_http_muc_log: Trim trailing whitespace [luacheck] diff -r 444e2306c99a -r a36412d4fafd 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";