Format with stylua

CI is failing for stylua due to this.
This commit is contained in:
Santos Gallegos 2021-11-16 21:19:51 -05:00 committed by Stephan Seitz
parent d78fb79ed6
commit 1e5e028cb7

View file

@ -792,9 +792,7 @@ function M.available_parsers()
else
return vim.tbl_filter(function(p)
return not M.list[p].install_info.requires_generate_from_grammar
end, vim.tbl_keys(
M.list
))
end, vim.tbl_keys(M.list))
end
end