chore: stylua column width 120 -> 140

This commit is contained in:
Alexander Courtis
2023-10-07 14:54:58 +11:00
parent 85abe29396
commit d4871d726b
12 changed files with 16 additions and 69 deletions

View File

@@ -47,8 +47,7 @@ local function gen_iterator()
end
end)
:recursor(function(node)
return expansion_count < M.MAX_FOLDER_DISCOVERY
and (node.group_next and { node.group_next } or (node.open and node.nodes))
return expansion_count < M.MAX_FOLDER_DISCOVERY and (node.group_next and { node.group_next } or (node.open and node.nodes))
end)
:iterate()