diff mod_watch_spam_reports/mod_watch_spam_reports.lua @ 4054:3f4ef371d92f

mod_watch_spam_reports: Fix another whitespace typo
author Martin Dosch <martin@mdosch.de>
date Wed, 24 Jun 2020 09:08:12 +0200
parents b0bc36d026d9
children 9745a623c7ed
line wrap: on
line diff
--- 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)