Skip to content

Commit 6bb6e53

Browse files
Move comment
1 parent c0fa3f8 commit 6bb6e53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cursorless-talon/src/snippets/snippets.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ def wrap_with_community_snippet(
7777
wrap_with_snippet(snippet, target)
7878

7979

80-
# These actions use list snippets since no language mode is forced
81-
82-
8380
@ctx.action_class("user")
8481
class UserActions:
82+
# These actions use list snippets since no language mode is forced
83+
8584
def insert_snippet_by_name(
8685
name: str, # pyright: ignore [reportGeneralTypeIssues]
8786
# Don't add optional; We need to match the type in community

0 commit comments

Comments
 (0)