changeset 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 cf1304ad2336
files mod_watch_spam_reports/mod_watch_spam_reports.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)