Skip to content

Commit 1bcc8c9

Browse files
committed
Remove duplicated method
1 parent 4e5c2ab commit 1bcc8c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

trailing_spaces.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,6 @@ def on_modified(self, view):
409409
if trailing_spaces_live_matching:
410410
match_trailing_spaces(view)
411411

412-
def on_activated(self, view):
413-
if trailing_spaces_live_matching:
414-
match_trailing_spaces(view)
415-
416412
def on_selection_modified(self, view):
417413
if trailing_spaces_live_matching:
418414
match_trailing_spaces(view)

0 commit comments

Comments
 (0)