Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeLema committed Sep 12, 2023
1 parent 7e348f6 commit 7c82ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/semshi/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def mark_selected(self, cursor):
mark_original = bool(self._options.mark_selected_nodes - 1)
parser_same_nodes = self._parser.same_nodes(cursor, mark_original,
self._options.self_to_attribute)
nodes=set()
nodes = set()
for node in parser_same_nodes:
for (start, stop) in self._views:
if start <= node.lineno <= stop:
Expand Down

0 comments on commit 7c82ba6

Please sign in to comment.