Skip to content

Commit

Permalink
Refactor: Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronik committed Dec 29, 2024
1 parent 75cd76a commit 8b94946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/treewalker/targets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end

---@return TSNode | nil, integer | nil, string | nil
function M.inn()
local current_row, current_line, current_col = M.current()
local current_row, _, current_col = M.current()

--- Go down and in
local candidate, candidate_row, candidate_line =
Expand Down

0 comments on commit 8b94946

Please sign in to comment.