Skip to content

Commit 74a7ef3

Browse files
committed
fix: run formatter
1 parent b4f8f01 commit 74a7ef3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lua/claudecode/integrations.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ function M._get_neotree_selection()
180180
return {}, "No file found under cursor"
181181
end
182182

183-
184-
185183
--- Get selected files from oil.nvim
186184
--- Supports both visual selection and single file under cursor
187185
--- @return table files List of file paths

tests/unit/oil_integration_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ describe("oil.nvim integration", function()
226226
expect(files[1]).to_be("/path/test.lua")
227227
end)
228228
end)
229-
end)
229+
end)

0 commit comments

Comments
 (0)