From 7c98d0047cb4e926eb0147bc6142dac9e41c0e12 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Wed, 15 Sep 2021 15:30:08 +0000 Subject: [PATCH] update(outputs): fixing spacing issue Signed-off-by: Jason Dellaluce --- userspace/engine/falco_engine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/userspace/engine/falco_engine.cpp b/userspace/engine/falco_engine.cpp index 7843385b..0d1205fd 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -342,7 +342,6 @@ void falco_engine::populate_rule_result(unique_ptr &res, gen if(lua_isfunction(m_ls, -1)) { lua_pushnumber(m_ls, ev->get_check_id()); - if(lua_pcall(m_ls, 1, 5, 0) != 0) { const char* lerr = lua_tostring(m_ls, -1);