Browse Source

[Minor] Pet luacheck

tags/3.0
Vsevolod Stakhov 3 years ago
parent
commit
9e39ed68f5
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      lualib/lua_content/vcard.lua

+ 0
- 7
lualib/lua_content/vcard.lua View File

@@ -36,13 +36,6 @@ end

local exports = {}

local function extract_text_data(specific)
local fun = require "fun"

local tbl = fun.totable(fun.map(function(e) return e[2]:lower() end, specific.elts))
return table.concat(tbl, '\n')
end

local function process_vcard(input, mpart, task)
local control={n='\n', r=''}
local rspamd_url = require "rspamd_url"

Loading…
Cancel
Save