Skip to content

Commit 8e4993a

Browse files
author
Blink
committed
style: format code with stylua
1 parent 0cba0d2 commit 8e4993a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/claudecode/integrations.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ end
1010

1111
function M.get_path_from_tree()
1212
local path
13-
if vim.bo.filetype == 'NvimTree' then
14-
path = get_node_path(require('nvim-tree.api').tree.get_node_under_cursor)
15-
elseif vim.bo.filetype == 'neo-tree' then
13+
if vim.bo.filetype == "NvimTree" then
14+
path = get_node_path(require("nvim-tree.api").tree.get_node_under_cursor)
15+
elseif vim.bo.filetype == "neo-tree" then
1616
path = get_node_path(require("neo-tree.sources.filesystem").get_node)
1717
end
1818
return path

0 commit comments

Comments
 (0)