mod_watch_spam_reports: Fix another whitespace typo
authorMartin Dosch <martin@mdosch.de>
Wed, 24 Jun 2020 09:08:12 +0200
changeset 4058 3f4ef371d92f
parent 4057 b0bc36d026d9
child 4059 cf1304ad2336
mod_watch_spam_reports: Fix another whitespace typo
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)