Skip to content

Commit

Permalink
Remove some extra spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronik committed Feb 8, 2025
1 parent bbdcc38 commit 048952a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/treewalker/targets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ local function current()
local current_line = lines.get_line(current_row)
assert(current_line, "cursor cannot be on invalid line number")
local current_col = lines.get_start_col(current_line)

return current_row, current_col

end

---@param node TSNode
Expand Down

0 comments on commit 048952a

Please sign in to comment.