]> source.dussan.org Git - rspamd.git/commitdiff
whitespace.. 4222/head
authorJason Stephenson <j.stephenson@live.co.uk>
Mon, 25 Jul 2022 08:35:27 +0000 (09:35 +0100)
committerJason Stephenson <j.stephenson@live.co.uk>
Mon, 25 Jul 2022 08:35:27 +0000 (09:35 +0100)
lualib/rspamadm/mime.lua

index b09ab57bf17f223346b5822a650d4a1ff063ef00..5c1cebac56d742e8117bf705f9516dc68aa42731 100644 (file)
@@ -915,7 +915,6 @@ local function write_dump_content(dump_content, fname, extension, outdir)
     if rspamd_util.file_exists(outpath) then
       os.remove(outpath)
     end
-    
     if dump_content:save_in_file(outpath) then
       wrote_filepath = outpath
       io.write(wrote_filepath.."\n")