chore(userspace): addressing review comments and typos

Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato
2019-09-25 11:35:14 +00:00
committed by Leo Di Donato
parent 732965f973
commit 98cdc30aa3
6 changed files with 21 additions and 30 deletions

View File

@@ -290,7 +290,6 @@ int falco_formats::resolve_tokens(lua_State *ls)
json_event_formatter json_formatter(s_engine->json_factory(), sformat);
values = json_formatter.tomap((json_event*) evt);
}
// todo(leodido, fntlnz) > check explicitly for k8s_audit, otherwise throw exception
lua_newtable(ls);
for(auto const& v : values)