Skip to content

Commit

Permalink
Remove whitespaces from empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmoesli committed Nov 8, 2022
1 parent 89fb91b commit 49f8f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/antivirus.lua
Expand Up @@ -148,7 +148,7 @@ local function add_antivirus_rule(sym, opts)
rule.mime_parts_filter_regex = common.create_regex_table(opts.mime_parts_filter_regex or {})

rule.mime_parts_filter_ext = common.create_regex_table(opts.mime_parts_filter_ext or {})

if opts.whitelist then
rule.whitelist = rspamd_config:add_hash_map(opts.whitelist)
end
Expand Down

0 comments on commit 49f8f93

Please sign in to comment.