diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:11:31 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:11:31 +0000 |
commit | e39879962f3a6bb35b57094e1f899c5714307d24 (patch) | |
tree | d1b9ea47f39a4825d1914fbaee4956ffaf8ef25c /rules/subject_checks.lua | |
parent | b605f37d65b704632a013091d1a3ba5bc5345a94 (diff) | |
download | rspamd-e39879962f3a6bb35b57094e1f899c5714307d24.tar.gz rspamd-e39879962f3a6bb35b57094e1f899c5714307d24.zip |
[Minor] Fix some whitespace issues
Diffstat (limited to 'rules/subject_checks.lua')
-rw-r--r-- | rules/subject_checks.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/subject_checks.lua b/rules/subject_checks.lua index d0a41d920..27f435729 100644 --- a/rules/subject_checks.lua +++ b/rules/subject_checks.lua @@ -67,4 +67,4 @@ rspamd_config.LONG_SUBJ = { group = 'subject', type = 'mime', description = 'Subject is too long' -}
\ No newline at end of file +} |