diff options
author | Jason Stephenson <j.stephenson@live.co.uk> | 2022-07-24 19:47:32 +0100 |
---|---|---|
committer | Jason Stephenson <j.stephenson@live.co.uk> | 2022-07-24 19:47:32 +0100 |
commit | 2b6fdae55cd09bc2183f3e30e6b816792c53cfce (patch) | |
tree | c087a3b18e6d4bd74d7ae872c762fcbdb170d026 /lualib | |
parent | 265bfde0a3088b23f6e7b7476fd4cf02dd4ea8be (diff) | |
download | rspamd-2b6fdae55cd09bc2183f3e30e6b816792c53cfce.tar.gz rspamd-2b6fdae55cd09bc2183f3e30e6b816792c53cfce.zip |
fix whitespace
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/rspamadm/mime.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lualib/rspamadm/mime.lua b/lualib/rspamadm/mime.lua index 2bff5f07c..13b022def 100644 --- a/lualib/rspamadm/mime.lua +++ b/lualib/rspamadm/mime.lua @@ -949,14 +949,12 @@ local function get_dump_content(task, opts, fname) local extension = output_fmt(opts) return ucl.to_format(ucl_object, extension), extension end - local content = task:get_content() if type(content) == "string" then return content, "mime" else return tostring(content), "mime" end - end local function dump_handler(opts) |