Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
masad-frost committed Mar 10, 2022
1 parent c39ac16 commit b1e3447
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 b1e3447

Please sign in to comment.