Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
masad-frost committed Dec 9, 2021
1 parent 341732d commit 6303e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylsp/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def apply_change(self, change):
if i == end_line:
new.write(line[end_col:])

self._source = new.getvalue()
self._source = new.getvalue()

def offset_at_position(self, position):
"""Return the byte-offset pointed at by the given position."""
Expand Down

0 comments on commit 6303e3d

Please sign in to comment.