From: Vsevolod Stakhov Date: Fri, 16 Mar 2018 13:26:06 +0000 (+0000) Subject: [Minor] Fix syntax error added by CLion X-Git-Tag: 1.7.1~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8bfc39be4c5538800bf6da3bfe3dbd5827fa58e5;p=rspamd.git [Minor] Fix syntax error added by CLion --- diff --git a/lualib/lua_squeeze_rules.lua b/lualib/lua_squeeze_rules.lua index 1f442f819..3511c1b19 100644 --- a/lualib/lua_squeeze_rules.lua +++ b/lualib/lua_squeeze_rules.lua @@ -50,7 +50,6 @@ local function gen_lua_squeeze_function(order) if first ~= 0 then task:insert_result(sym, first, ret) - end end else task:insert_result(sym, 1.0, ret)