# HG changeset patch # User Martin Dosch # Date 1592982492 -7200 # Node ID 3f4ef371d92fd31bf46b8346377930d4ad4496f0 # Parent b0bc36d026d9ba1d5c8936e2ea22a1a07b42e882 mod_watch_spam_reports: Fix another whitespace typo diff -r b0bc36d026d9 -r 3f4ef371d92f mod_watch_spam_reports/mod_watch_spam_reports.lua --- a/mod_watch_spam_reports/mod_watch_spam_reports.lua Wed Jun 24 09:05:05 2020 +0200 +++ b/mod_watch_spam_reports/mod_watch_spam_reports.lua Wed Jun 24 09:08:12 2020 +0200 @@ -12,6 +12,6 @@ do module:send(st.message({from=host, type="chat",to=admin_jid}, - report)); + report)); end end)