summaryrefslogtreecommitdiffstats
path: root/rules/regexp
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 15:11:31 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-02-17 15:11:31 +0000
commite39879962f3a6bb35b57094e1f899c5714307d24 (patch)
treed1b9ea47f39a4825d1914fbaee4956ffaf8ef25c /rules/regexp
parentb605f37d65b704632a013091d1a3ba5bc5345a94 (diff)
downloadrspamd-e39879962f3a6bb35b57094e1f899c5714307d24.tar.gz
rspamd-e39879962f3a6bb35b57094e1f899c5714307d24.zip
[Minor] Fix some whitespace issues
Diffstat (limited to 'rules/regexp')
-rw-r--r--rules/regexp/compromised_hosts.lua1
-rw-r--r--rules/regexp/misc.lua2
2 files changed, 1 insertions, 2 deletions
diff --git a/rules/regexp/compromised_hosts.lua b/rules/regexp/compromised_hosts.lua
index 0a9a9f0aa..cfd560bc2 100644
--- a/rules/regexp/compromised_hosts.lua
+++ b/rules/regexp/compromised_hosts.lua
@@ -211,4 +211,3 @@ reconf['WWW_DOT_DOMAIN'] = {
score = 0.5,
group = "compromised_hosts"
}
-
diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua
index a5e5cfc44..0e660e358 100644
--- a/rules/regexp/misc.lua
+++ b/rules/regexp/misc.lua
@@ -99,4 +99,4 @@ reconf['LEAKED_PASSWORD_SCAM_RE'] = {
group = 'scams'
}
-rspamd_config:register_dependency('LEAKED_PASSWORD_SCAM', 'BITCOIN_ADDR') \ No newline at end of file
+rspamd_config:register_dependency('LEAKED_PASSWORD_SCAM', 'BITCOIN_ADDR')