style: Run stylua

This commit is contained in:
charburgx
2022-08-17 16:14:47 -05:00
parent ced4e476cf
commit b275066e23
8 changed files with 60 additions and 38 deletions

View File

@@ -52,7 +52,19 @@ M.merge_items_rec = function(new_node, old_node, index, parent)
failed = true
else
for key, _ in pairs(new_node) do
if vim.tbl_contains({ 'parent', 'children', 'folded', 'hovered', 'line_in_outline', 'hierarchy' }, key) then
if
vim.tbl_contains(
{
'parent',
'children',
'folded',
'hovered',
'line_in_outline',
'hierarchy',
},
key
)
then
goto continue
end