Skip to content

Commit 048952a

Browse files
committed
Remove some extra spacing
1 parent bbdcc38 commit 048952a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/treewalker/targets.lua

-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ local function current()
1111
local current_line = lines.get_line(current_row)
1212
assert(current_line, "cursor cannot be on invalid line number")
1313
local current_col = lines.get_start_col(current_line)
14-
1514
return current_row, current_col
16-
1715
end
1816

1917
---@param node TSNode

0 commit comments

Comments
 (0)