Skip to content

Commit 4510332

Browse files
committed
format code
1 parent e8c4ce4 commit 4510332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/actions/tree/modifiers/expand-all.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ local function populate_node(node)
2727
local cwd = node.link_to or node.absolute_path
2828
local handle = vim.loop.fs_scandir(cwd)
2929
if not handle then
30-
return
30+
return
3131
end
3232
local status = git.load_project_status(cwd)
3333

3434
if #node.nodes == 0 then
35-
core.get_explorer():expand(node, status)
35+
core.get_explorer():expand(node, status)
3636
end
3737
end
3838

0 commit comments

Comments
 (0)